From: Thomas Gleixner Date: Wed, 14 Aug 2013 19:43:17 +0000 (+0100) Subject: ARM: 7814/2: Allow forced irq threading X-Git-Tag: v3.12-rc1~128^2^4~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da0ec6f;p=thirdparty%2Fkernel%2Flinux.git ARM: 7814/2: Allow forced irq threading All timer interrupts and the perf interrupt are marked NO_THREAD, so its safe to allow forced interrupt threading. Signed-off-by: Thomas Gleixner Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Russell King --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1b3a30361f9c3..32506dfa5e73f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -53,6 +53,7 @@ config ARM select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_SYSCALL_TRACEPOINTS select HAVE_UID16 + select IRQ_FORCED_THREADING select KTIME_SCALAR select PERF_USE_VMALLOC select RTC_LIB