sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.

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>

+2
+2
arch/sh/Kconfig
··· 55 56 config GENERIC_HARDIRQS_NO__DO_IRQ 57 def_bool y 58 59 config GENERIC_IRQ_PROBE 60 def_bool y
··· 55 56 config GENERIC_HARDIRQS_NO__DO_IRQ 57 def_bool y 58 + depends on SUPERH32 && (!SH_DREAMCAST && !SH_SH4202_MICRODEV && \ 59 + !SH_7751_SYSTEMH && !HD64461) 60 61 config GENERIC_IRQ_PROBE 62 def_bool y