genirq: Implement generic irq_show_interrupts()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Dec 2010 16:21:47 +0000 (17:21 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:13 +0000 (12:58 +0100)
commitc78b9b65faa291def628dbd8539649f58299f0f3
treee5575932182c11373e522160491347dce2e0a003
parent1277a5325adfc53caac7dd3dac5d3d2fd2a125b4
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>
include/linux/interrupt.h
kernel/irq/Kconfig
kernel/irq/proc.c
This page took 0.026633 seconds and 5 git commands to generate.