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:
93d5463
)
sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Dec 2008 02:45:37 +0000
(11:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 16 Dec 2008 07:42:53 +0000
(16:42 +0900)
Presently limited to Cayman, Dreamcast, Microdev, and SystemH 7751.
Re-enable it for everyone once these have been fixed up.
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 80119b3398e7f2acb1f2a1091c247cb8193e947e..5c9cbfc14c4d5ad9ad06bf18f3a4b2f523eebd0b 100644
(file)
--- a/
arch/sh/Kconfig
+++ b/
arch/sh/Kconfig
@@
-55,6
+55,8
@@
config GENERIC_HARDIRQS
config GENERIC_HARDIRQS_NO__DO_IRQ
def_bool y
+ depends on SUPERH32 && (!SH_DREAMCAST && !SH_SH4202_MICRODEV && \
+ !SH_7751_SYSTEMH && !HD64461)
config GENERIC_IRQ_PROBE
def_bool y