diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:05:13 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-29 14:05:13 +0100 |
commit | 3062aa50a6b2c3103470178fe7506c450d79ebe5 (patch) | |
tree | 0ebeb6b8a3bbae294892c73b96c2ec6175b1ff39 /arch/frv/Kconfig | |
parent | 60af3ab1e6b0b7a1bdbb7392134c27e6be9630df (diff) | |
download | op-kernel-dev-3062aa50a6b2c3103470178fe7506c450d79ebe5.zip op-kernel-dev-3062aa50a6b2c3103470178fe7506c450d79ebe5.tar.gz |
FRV: Use generic show_interrupts()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index 3824132..6db8aea 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig @@ -6,6 +6,7 @@ config FRV select HAVE_IRQ_WORK select HAVE_PERF_EVENTS select HAVE_GENERIC_HARDIRQS + select GENERIC_IRQ_SHOW select GENERIC_HARDIRQS_NO_DEPRECATED config ZONE_DMA |