sh: define GENERIC_HARDIRQS_NO__DO_IRQ.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 4 Aug 2008 05:17:13 +0000 (14:17 +0900)
committerPaul 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

index 37b91017818d295143c47ef6be2f70bbbaecc984..1a4dc766344135889e793e1d51a6c3367208396d 100644 (file)
@@ -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