aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-07 02:24:08 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-03-12 14:12:02 +0100
commitc0185808eb85139f45dbfd0de66963c498d0c4db (patch)
tree3092da882607b8084491726ffd850a0dd996920c /arch/x86/Kconfig
parent9bbbff25b31bbfdb512563cc5a14bcde5bf29bdf (diff)
downloadkernel_samsung_smdk4412-c0185808eb85139f45dbfd0de66963c498d0c4db.zip
kernel_samsung_smdk4412-c0185808eb85139f45dbfd0de66963c498d0c4db.tar.gz
kernel_samsung_smdk4412-c0185808eb85139f45dbfd0de66963c498d0c4db.tar.bz2
x86: Enable forced interrupt threading support
All non threadeable interrupts are marked. Enable forced irq threading support. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ad74608..e7ef769 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -67,6 +67,7 @@ config X86
select GENERIC_IRQ_PROBE
select GENERIC_PENDING_IRQ if SMP
select GENERIC_IRQ_SHOW
+ select IRQ_FORCED_THREADING
select USE_GENERIC_SMP_HELPERS if SMP
config INSTRUCTION_DECODER