diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-25 16:04:59 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 12:48:13 (GMT) |
commit | 433c9c67c53cc42b2824532d3abb7ac62970d3fb (patch) | |
tree | 9f3f5e28670d700c3374663ac1b4ba2e624d6d5d /arch/powerpc/Kconfig | |
parent | ec775d0e70eb6b7116406b3441cb8501c2849dd2 (diff) | |
download | linux-433c9c67c53cc42b2824532d3abb7ac62970d3fb.tar.xz |
powerpc: Use generic show_interrupts()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3584e4d..d0e8a1d 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -139,6 +139,8 @@ config PPC select HAVE_SPARSE_IRQ select IRQ_PER_CPU select GENERIC_HARDIRQS_NO_DEPRECATED + select GENERIC_IRQ_SHOW + select GENERIC_IRQ_SHOW_LEVEL config EARLY_PRINTK bool |