diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 19:24:55 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 20:35:57 +0100 |
commit | 4bdab7e0305383ce1126f43f46262f00a265d802 (patch) | |
tree | 8a9b0d93b69752f835393d1d6dc9d354f4503f5e /arch/m32r/Kconfig | |
parent | 27e5c5a9a240d2a7790bfe31045020a043c5d74a (diff) | |
download | talos-obmc-linux-4bdab7e0305383ce1126f43f46262f00a265d802.tar.gz talos-obmc-linux-4bdab7e0305383ce1126f43f46262f00a265d802.zip |
m32r: Use generic show_interrupts()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index ef4c1e442be3..ad45b822e68c 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -10,6 +10,7 @@ config M32R select HAVE_GENERIC_HARDIRQS select GENERIC_HARDIRQS_NO_DEPRECATED select GENERIC_IRQ_PROBE + select GENERIC_IRQ_SHOW config SBUS bool |