diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-03-17 04:31:51 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-17 04:31:51 -0400 |
commit | 3d44ae402a4e35cf88784d443046c8fbe25c674b (patch) | |
tree | 631f641937c654dcdab9802e6f8cc8bf1d1c144f /arch/sh/Kconfig | |
parent | a88403335a9ffc66a0a1b46b6d303512eddde846 (diff) |
sh: Convert to generic show_interrupts.
Trivial conversion, simply encapsulate the NMI stats in the arch code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-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 ca649d32a843..2d264fa84959 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -25,6 +25,7 @@ config SUPERH | |||
25 | select GENERIC_ATOMIC64 | 25 | select GENERIC_ATOMIC64 |
26 | # Support the deprecated APIs until MFD and GPIOLIB catch up. | 26 | # Support the deprecated APIs until MFD and GPIOLIB catch up. |
27 | select GENERIC_HARDIRQS_NO_DEPRECATED if !MFD_SUPPORT && !GPIOLIB | 27 | select GENERIC_HARDIRQS_NO_DEPRECATED if !MFD_SUPPORT && !GPIOLIB |
28 | select GENERIC_IRQ_SHOW | ||
28 | help | 29 | help |
29 | The SuperH is a RISC processor targeted for use in embedded systems | 30 | The SuperH is a RISC processor targeted for use in embedded systems |
30 | and consumer electronics; it was also used in the Sega Dreamcast | 31 | and consumer electronics; it was also used in the Sega Dreamcast |