summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier2014-08-26 12:03:18 +0200
committerJason Cooper2014-09-03 14:58:36 +0200
commita71b092a9c68685a270ebdde7b5986ba8787e575 (patch)
tree2a8ff7d41e15788bfb89b6c2d8a28aefedb6c972 /arch/arm/Kconfig
parentarm64: Convert handle_IRQ to use __handle_domain_irq (diff)
downloadkernel-qcow2-linux-a71b092a9c68685a270ebdde7b5986ba8787e575.tar.gz
kernel-qcow2-linux-a71b092a9c68685a270ebdde7b5986ba8787e575.tar.xz
kernel-qcow2-linux-a71b092a9c68685a270ebdde7b5986ba8787e575.zip
ARM: Convert handle_IRQ to use __handle_domain_irq
In order to limit code duplication, convert the architecture specific handle_IRQ to use the generic __handle_domain_irq function. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/1409047421-27649-4-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c49a775937db..5918d40bb12e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -24,6 +24,7 @@ config ARM
select GENERIC_SMP_IDLE_THREAD
select GENERIC_STRNCPY_FROM_USER
select GENERIC_STRNLEN_USER
+ select HANDLE_DOMAIN_IRQ
select HARDIRQS_SW_RESEND
select HAVE_ARCH_AUDITSYSCALL if (AEABI && !OABI_COMPAT)
select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL