OSDN Git Service

genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()
authorMarc Zyngier <maz@kernel.org>
Wed, 12 May 2021 15:18:15 +0000 (16:18 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:19 +0000 (13:09 +0100)
commite1c054918c6c7a30a35d2c183ed86600a071cdab
treece1e0dc266b9229bae2169ff767f4126fd02e4ac
parent8240ef50d4864325b346e40bb9d30cda9f22102d
genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()

Despite the name, handle_domain_irq() deals with non-irqdomain
handling for the sake of a handful of legacy ARM platforms.

Move such handling into ARM's handle_IRQ(), allowing for better
code generation for everyone else. This allows us get rid of
some complexity, and to rearrange the guards on the various helpers
in a more logical way.

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