This allows other drivers to retrieve interrupt parent node.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Why do you need to retrieve this? It's normally done through INTRNG.
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
244 ↗ | (On Diff #19464) | This line no longer exists, you are on an old copy of the file. |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
244 ↗ | (On Diff #19464) | I updated the diff, now it bases on the current version of the file. |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
219 ↗ | (On Diff #19726) | Shouldn't this be phandle_t? |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
219 ↗ | (On Diff #19726) | phandle_t doesn't exist in ACPI world. |
Comment Actions
My only concern is if we can move this part of code to another file, like gicv3_fdt, where we have xref stuff already. In the present shape it fails to compile when FDT support is disabled.