]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: Allow forced irq threading
authorThomas Gleixner <tglx@linutronix.de>
Sat, 23 Jul 2011 12:41:25 +0000 (12:41 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Sep 2011 00:43:01 +0000 (02:43 +0200)
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 32e7e3cbdb3688e528f8739e91f4801cf9f72048..675c6df27d2321ba30f30ce2a0706914185620c2 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"