From: Thomas Gleixner Date: Mon, 7 Feb 2011 01:24:08 +0000 (+0100) Subject: x86: Enable forced interrupt threading support X-Git-Tag: firefly_0821_release~7613^2~2231^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c0185808eb85139f45dbfd0de66963c498d0c4db;p=firefly-linux-kernel-4.4.55.git x86: Enable forced interrupt threading support All non threadeable interrupts are marked. Enable forced irq threading support. Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ad74608349bd..e7ef769eabf2 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