diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-16 13:15:20 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:32:29 -0600 |
commit | fc9ec3648a9c58839c976a506054e18ae351c1b2 (patch) | |
tree | 3e11c2ab783bffe149c89f2210b7e9df299d4c73 /arch | |
parent | 3f6489ea5f1fdea3d00a0a3709126339e045b83d (diff) |
arm: 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 <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b259c7c644e3..461cf01e7ae1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -29,6 +29,7 @@ config ARM select HAVE_GENERIC_HARDIRQS select HAVE_SPARSE_IRQ select GENERIC_IRQ_SHOW + select IRQ_FORCED_THREADING select CPU_PM if (SUSPEND || CPU_IDLE) help The ARM series is a line of low-power-consumption RISC chip designs |