diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 01:17:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 01:17:13 -0400 |
commit | 5093c9a4e41518425d42c0bb5bb92f514ec77b1d (patch) | |
tree | 857c299c63990b7520c44a8cdbca2651850742ea /arch/sh | |
parent | bdcab87b1c54f61dbc0a77648fee4c2b17964d5c (diff) |
sh: define GENERIC_HARDIRQS_NO__DO_IRQ.
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 37b91017818d..1a4dc7663441 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -48,6 +48,9 @@ config GENERIC_HWEIGHT | |||
48 | config GENERIC_HARDIRQS | 48 | config GENERIC_HARDIRQS |
49 | def_bool y | 49 | def_bool y |
50 | 50 | ||
51 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
52 | def_bool y | ||
53 | |||
51 | config GENERIC_IRQ_PROBE | 54 | config GENERIC_IRQ_PROBE |
52 | def_bool y | 55 | def_bool y |
53 | 56 | ||