aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-12-16 11:59:57 -0500
committerThomas Gleixner <tglx@linutronix.de>2011-03-12 08:12:01 -0500
commit517e49815677b43b26d3167aadca83919ef36a45 (patch)
tree948c9ce45775b5cc04e06384262c002550618262 /arch/x86/Kconfig
parent1a0e62a49ad417712cfa79a395f6c39f67aadb44 (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/Kconfig1
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
66 select HAVE_SPARSE_IRQ 66 select HAVE_SPARSE_IRQ
67 select GENERIC_IRQ_PROBE 67 select GENERIC_IRQ_PROBE
68 select GENERIC_PENDING_IRQ if SMP 68 select GENERIC_PENDING_IRQ if SMP
69 select GENERIC_IRQ_SHOW
69 select USE_GENERIC_SMP_HELPERS if SMP 70 select USE_GENERIC_SMP_HELPERS if SMP
70 71
71config INSTRUCTION_DECODER 72config INSTRUCTION_DECODER