genirq: Expand generic show_interrupts()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 15:48:50 +0000 (16:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 16:04:20 +0000 (17:04 +0100)
Some archs want to print extra information for certain irq_chips which
is per irq and not per chip. Allow them to provide a chip callback to
print the chip name and the extra information.

PowerPC wants to print the LEVEL/EDGE type information. Make it configurable.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found