diff options
author | Mark Rutland <mark.rutland@arm.com> | 2021-10-20 11:00:46 +0100 |
---|---|---|
committer | Mark Rutland <mark.rutland@arm.com> | 2021-10-26 10:13:27 +0100 |
commit | 287232987f0ebb29f68cfab13625017bbfb38adc (patch) | |
tree | 95bd84e133a06b50478b2eccbc0dcd9ccd2d2408 /arch/csky/Kconfig | |
parent | 26dc129342cfc1e09dcf8473331efcf419a471af (diff) |
irq: csky: perform irqentry in entry code
In preparation for removing HANDLE_DOMAIN_IRQ_IRQENTRY, have arch/csky
perform all the irqentry accounting in its entry code. As arch/csky 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: Guo Ren <guoren@kernel.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/csky/Kconfig')
-rw-r--r-- | arch/csky/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 45f03f674a61..9d4d898df76b 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -18,7 +18,6 @@ config CSKY select DMA_DIRECT_REMAP select IRQ_DOMAIN select HANDLE_DOMAIN_IRQ - select HANDLE_DOMAIN_IRQ_IRQENTRY select DW_APB_TIMER_OF select GENERIC_IOREMAP select GENERIC_LIB_ASHLDI3 |