summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier2014-08-26 12:03:17 +0200
committerJason Cooper2014-09-03 14:58:13 +0200
commita1ddc74a23c89ae236b163a3b0887f8c344aaa4a (patch)
treef136142a729771bb77d227cb8f5f6a94c9a1ba77 /arch/arm64/Kconfig
parentgenirq: Add irq_domain-aware core IRQ handler (diff)
downloadkernel-qcow2-linux-a1ddc74a23c89ae236b163a3b0887f8c344aaa4a.tar.gz
kernel-qcow2-linux-a1ddc74a23c89ae236b163a3b0887f8c344aaa4a.tar.xz
kernel-qcow2-linux-a1ddc74a23c89ae236b163a3b0887f8c344aaa4a.zip
arm64: 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> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lkml.kernel.org/r/1409047421-27649-3-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd4e81a4e1ce..1f16ed96f3f6 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -30,6 +30,7 @@ config ARM64
select GENERIC_STRNCPY_FROM_USER
select GENERIC_STRNLEN_USER
select GENERIC_TIME_VSYSCALL
+ select HANDLE_DOMAIN_IRQ
select HARDIRQS_SW_RESEND
select HAVE_ARCH_AUDITSYSCALL
select HAVE_ARCH_JUMP_LABEL