summary refs log tree commit diff
path: root/kernel/irq/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-12-16 17:21:47 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-02-19 12:58:13 +0100
commitc78b9b65faa291def628dbd8539649f58299f0f3 (patch)
treee5575932182c11373e522160491347dce2e0a003 /kernel/irq/Kconfig
parent1277a5325adfc53caac7dd3dac5d3d2fd2a125b4 (diff)
downloadlinux-c78b9b65faa291def628dbd8539649f58299f0f3.tar.gz
genirq: Implement generic irq_show_interrupts()
All archs implement show_interrupts() in more or less the same
way. That's tons of duplicated code with different bugs with no
value. Implement a generic version and deprecate show_interrupts()

Unfortunately we need some ifdeffery for !GENERIC_HARDIRQ archs.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r--kernel/irq/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 8e42fec7686d..4cd5d7135e0f 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -20,6 +20,9 @@ config HAVE_SPARSE_IRQ
 config GENERIC_IRQ_PROBE
 	def_bool n
 
+config GENERIC_IRQ_SHOW
+       def_bool n
+
 config GENERIC_PENDING_IRQ
 	def_bool n