projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbbff2
)
x86: Enable forced interrupt threading support
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 7 Feb 2011 01:24:08 +0000
(
02:24
+0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 12 Mar 2011 13:12:02 +0000
(14:12 +0100)
All non threadeable interrupts are marked. Enable forced irq threading
support.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index ad74608349bda9e771d4b57cf4e9f7c1dc5ba870..e7ef769eabf20824bfc4d4583faf5027f02c5b8b 100644
(file)
--- 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