projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdcab87
)
sh: define GENERIC_HARDIRQS_NO__DO_IRQ.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 4 Aug 2008 05:17:13 +0000
(14:17 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 4 Aug 2008 05:17:13 +0000
(14:17 +0900)
We haven't called in to __do_IRQ() in a long time, so it seems like a
reasonable time to switch this on by default.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index 37b91017818d295143c47ef6be2f70bbbaecc984..1a4dc766344135889e793e1d51a6c3367208396d 100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-48,6
+48,9
@@
config GENERIC_HWEIGHT
config GENERIC_HARDIRQS
def_bool y
+config GENERIC_HARDIRQS_NO__DO_IRQ
+ def_bool y
+
config GENERIC_IRQ_PROBE
def_bool y