This allows other drivers to retrieve interrupt parent node.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Why do you need to retrieve this? It's normally done through INTRNG.
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
244 | This line no longer exists, you are on an old copy of the file. |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
244 | I updated the diff, now it bases on the current version of the file. |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
240 | Shouldn't this be phandle_t? |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
240 | 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.