projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c22cd4
)
MIPS: Allow forced irq threading
author
Thomas Gleixner
<tglx@linutronix.de>
Sat, 23 Jul 2011 12:41:25 +0000
(12:41 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 21 Sep 2011 15:52:34 +0000
(17:52 +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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index 177cdaf835644fdf613dbafd203a8e2dcf0e08d3..d300c2bf836527c2c306a82127bb0be6c9ae49e1 100644
(file)
--- 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"