Skip to content
Snippets Groups Projects
Commit c0185808 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Enable forced interrupt threading support


All non threadeable interrupts are marked. Enable forced irq threading
support.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 9bbbff25
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ config X86 ...@@ -67,6 +67,7 @@ config X86
select GENERIC_IRQ_PROBE select GENERIC_IRQ_PROBE
select GENERIC_PENDING_IRQ if SMP select GENERIC_PENDING_IRQ if SMP
select GENERIC_IRQ_SHOW select GENERIC_IRQ_SHOW
select IRQ_FORCED_THREADING
select USE_GENERIC_SMP_HELPERS if SMP select USE_GENERIC_SMP_HELPERS if SMP
config INSTRUCTION_DECODER config INSTRUCTION_DECODER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment