diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-04-30 23:15:07 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-05-24 15:17:23 +1000 |
commit | 531d2895917566ab0d82faa0696d0576569f1053 (patch) | |
tree | a7bdcf3702440f60d94ca887c39cbc2c8ff2a0ed /arch/m68k/Kconfig | |
parent | 0b4bf78214efcdadbbe5b09c5dff35dcc9bcb3df (diff) |
m68knommu: Use generic show_interrupts()
Apart from whitespace differences, /proc/interrupts doesn't change by
enabling GENERIC_IRQ_SHOW.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 75531da02a4..d66e34c718d 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -5,6 +5,7 @@ config M68K select HAVE_AOUT if MMU select GENERIC_ATOMIC64 if MMU select HAVE_GENERIC_HARDIRQS if !MMU + select GENERIC_IRQ_SHOW if !MMU config RWSEM_GENERIC_SPINLOCK bool |