aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-02-02 05:17:42 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-02-02 05:17:42 -0500
commit37feecb0ae8c29b713b957c053b05ad10c42c73b (patch)
treeb9ca4fe45ba61a18214e8c306cd94d3ef700201d /arch
parent4b842c8571240d1173eaf00e114cc5cc160f1722 (diff)
sh: Disable generic IRQ probing.
IRQ autoprobing hasn't actually worked for us at all since very early in 2.6, but no one seems to have noticed given that none of the drivers that use it see much testing. yenta_socket is the odd one out, and that depends on PCI IRQs which are fixed on all SH platforms anyways. Consequently, turning off autoprobing fixes up crashes triggered by yenta_socket and at least gets it working again on r7785rp. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 7354e8da3902..05cef5061293 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -81,9 +81,6 @@ config GENERIC_HARDIRQS
81config GENERIC_HARDIRQS_NO__DO_IRQ 81config GENERIC_HARDIRQS_NO__DO_IRQ
82 def_bool y 82 def_bool y
83 83
84config GENERIC_IRQ_PROBE
85 def_bool y
86
87config IRQ_PER_CPU 84config IRQ_PER_CPU
88 def_bool y 85 def_bool y
89 86