]> git.baikalelectronics.ru Git - kernel.git/commit
irq: openrisc: perform irqentry in entry code
authorMark Rutland <mark.rutland@arm.com>
Wed, 20 Oct 2021 10:31:56 +0000 (11:31 +0100)
committerMark Rutland <mark.rutland@arm.com>
Tue, 26 Oct 2021 09:13:28 +0000 (10:13 +0100)
commitd26aa488bd5a0e436720c60cffa4ae5420e2bc57
tree2fdfee086ef06a64583fc19a7a19b39bba69d62e
parenteef863ca3009c6eb078a94aefbd79fda951415b6
irq: openrisc: perform irqentry in entry code

In preparation for removing HANDLE_DOMAIN_IRQ_IRQENTRY, have
arch/openrisc perform all the irqentry accounting in its entry code. As
arch/openrisc uses GENERIC_IRQ_MULTI_HANDLER, we can use
generic_handle_arch_irq() to do so.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Stafford Horne <shorne@gmail.com>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Cc: Thomas Gleixner <tglx@linutronix.de>
arch/openrisc/Kconfig
arch/openrisc/kernel/entry.S
arch/openrisc/kernel/irq.c