diff options
author | Dawei Li <[email protected]> | 2024-01-22 16:57:13 +0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-01-24 16:02:48 +0100 |
commit | d22083a5f09b2066728a91f3abb71284451247b1 (patch) | |
tree | 3cf15a8f6e90da8fedf716c95329ea7dabc511b4 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | a0c446dc4d9365a24d81f2ee024bdde46e40365f (diff) |
irqchip/gic(v3): Replace gic_irq() with irqd_to_hwirq()
GIC & GIC-v3 share same gic_irq() implementations, both of which serve
exact same purpose as irqd_to_hwirq(). irqd_to_hwirq() is a generic and
top level API of the interrupt subsystem, it's independent of any chip
implementation.
Replace gic_irq() with irqd_to_hwirq() and convert struct irq_data::hwirq
to irq_hw_number_t explicitly.
Suggested-by: Marc Zyngier <[email protected]>
Signed-off-by: Dawei Li <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions