]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: Allow forced irq threading
authorThomas Gleixner <tglx@linutronix.de>
Thu, 28 Jul 2011 14:22:09 +0000 (15:22 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 28 Jul 2011 15:25:10 +0000 (16:25 +0100)
All low level interrupts have been marked NO_THREAD, so MIPS can enjoy
the wonderful world of forced threaded interrupt handlers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2639/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig

index 177cdaf835644fdf613dbafd203a8e2dcf0e08d3..d300c2bf836527c2c306a82127bb0be6c9ae49e1 100644 (file)
@@ -24,6 +24,7 @@ config MIPS
        select GENERIC_IRQ_PROBE
        select GENERIC_IRQ_SHOW
        select HAVE_ARCH_JUMP_LABEL
+       select IRQ_FORCED_THREADING
 
 menu "Machine selection"