diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-12-16 17:59:57 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-12 14:12:01 +0100 |
commit | 517e49815677b43b26d3167aadca83919ef36a45 (patch) | |
tree | 948c9ce45775b5cc04e06384262c002550618262 /arch/x86/Kconfig | |
parent | 1a0e62a49ad417712cfa79a395f6c39f67aadb44 (diff) |
x86: Use generic show_interrupts
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 867a8cf04faa..ad74608349bd 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -66,6 +66,7 @@ config X86 select HAVE_SPARSE_IRQ select GENERIC_IRQ_PROBE select GENERIC_PENDING_IRQ if SMP + select GENERIC_IRQ_SHOW select USE_GENERIC_SMP_HELPERS if SMP config INSTRUCTION_DECODER |