From: Thomas Gleixner Date: Sat, 23 Jul 2011 12:41:25 +0000 (+0000) Subject: MIPS: Allow forced irq threading X-Git-Tag: next-20110919~90^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=01299737298005c7327e55a85aba149caeeb5f1c;p=karo-tx-linux.git MIPS: Allow forced irq threading 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 To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2639/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 32e7e3cbdb36..675c6df27d23 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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"