ARM: 7814/2: Allow forced irq threading
authorThomas Gleixner <[email protected]>
Wed, 14 Aug 2013 19:43:17 +0000 (20:43 +0100)
committerRussell King <[email protected]>
Mon, 19 Aug 2013 23:12:24 +0000 (00:12 +0100)
All timer interrupts and the perf interrupt are marked NO_THREAD, so
its safe to allow forced interrupt threading.

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/Kconfig

index 1b3a30361f9c3f943f34251ff37f1e348ee66ec2..32506dfa5e73fcbe4d16cd439754451d65079a76 100644 (file)
@@ -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