diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-16 13:15:20 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2011-12-28 16:25:20 -0600 |
commit | 03229ee287e94e5ec7a44743f3fd3b33a7fc14cd (patch) | |
tree | 9fc946d657d65f0a2cbf684d829013e4b4b2e425 /arch/arm/Kconfig | |
parent | 8299e6d00ad197ffedca5d79ed2bb5cbba4d04ca (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/Kconfig')
-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 776d76b8cb69..430cc4d9abda 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 |