diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-16 13:15:20 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-14 10:49:44 -0500 |
commit | 570db115240d500a22f5e148388186c49345c0ac (patch) | |
tree | 536a03a145d388e0d1534b4f92851a5496089668 /arch/arm | |
parent | 89ff03f6040199e2e98e778b9f84113bba85585a (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/arm')
-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 ab3740ec79a3..fc327b846fcf 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 |