diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 19:15:36 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 20:35:56 +0100 |
commit | 9f7b21871355d00ea0aa4dc84e44f81d90a53f55 (patch) | |
tree | 90adb461317c819905632fa322cf8b8a92e61ff4 /arch/h8300/Kconfig | |
parent | 7b04690a358ea44c35ad7e3af08ae4544d2175f3 (diff) | |
download | op-kernel-dev-9f7b21871355d00ea0aa4dc84e44f81d90a53f55.zip op-kernel-dev-9f7b21871355d00ea0aa4dc84e44f81d90a53f55.tar.gz |
h8300: Use generic show_interrupts()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r-- | arch/h8300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 6df692d..f94d4e6 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -4,6 +4,7 @@ config H8300 select HAVE_IDE select HAVE_GENERIC_HARDIRQS select GENERIC_HARDIRQS_NO_DEPRECATED + select GENERIC_IRQ_SHOW config SYMBOL_PREFIX string |