diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 14:17:13 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 14:17:13 +0900 |
commit | 5093c9a4e41518425d42c0bb5bb92f514ec77b1d (patch) | |
tree | 857c299c63990b7520c44a8cdbca2651850742ea /arch/sh | |
parent | bdcab87b1c54f61dbc0a77648fee4c2b17964d5c (diff) | |
download | op-kernel-dev-5093c9a4e41518425d42c0bb5bb92f514ec77b1d.zip op-kernel-dev-5093c9a4e41518425d42c0bb5bb92f514ec77b1d.tar.gz |
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 37b9101..1a4dc766 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -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 |