diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-27 02:44:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-27 02:44:19 -0400 |
commit | 1e5cefd01af079d8efadfde78c045be15e6c1b23 (patch) | |
tree | e38de163fccbf66c433a3f4854c979837600b39f /arch/sh | |
parent | faadfb04d92387bd7823d81e09d9b976332f9e44 (diff) |
sh: disable deprecated genirq support.
Now that all of the controllers have been fixed up, we can finally select
GENERIC_HARDIRQS_NO_DEPRECATED.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7cf24aa22d4e..792cf902743a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -29,6 +29,7 @@ config SUPERH | |||
29 | select HAVE_SPARSE_IRQ | 29 | select HAVE_SPARSE_IRQ |
30 | select RTC_LIB | 30 | select RTC_LIB |
31 | select GENERIC_ATOMIC64 | 31 | select GENERIC_ATOMIC64 |
32 | select GENERIC_HARDIRQS_NO_DEPRECATED | ||
32 | help | 33 | help |
33 | The SuperH is a RISC processor targeted for use in embedded systems | 34 | The SuperH is a RISC processor targeted for use in embedded systems |
34 | and consumer electronics; it was also used in the Sega Dreamcast | 35 | and consumer electronics; it was also used in the Sega Dreamcast |