]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co
authorMarc Zyngier <maz@kernel.org>
Tue, 4 May 2021 13:24:37 +0000 (14:24 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:18 +0000 (13:09 +0100)
commita3016b26ee6ee13d5647d701404a7912d4eaea9e
treee8b7c6162b1c65353879fd87de817885ef1cabcd
parentd22558dd0a6c888b1829f9d3a0a627e330e27585
genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and co

In order to start reaping the benefits of irq_resolve_mapping(),
start using it in __handle_domain_irq() and handle_domain_nmi().

This involves splitting generic_handle_irq() to be able to directly
provide the irq_desc.

Signed-off-by: Marc Zyngier <maz@kernel.org>
include/linux/irqdesc.h
kernel/irq/irqdesc.c