genirq: Expand generic show_interrupts()
commitab7798ffcf98b11a9525cf65bacdae3fd58d357f
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 15:48:50 +0000 (25 16:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 16:04:20 +0000 (25 17:04 +0100)
tree834ed73e8ab309895934bcf8bfe9e531ec10b32b
parent08f1b807355c8d355885a71e7fd462fe9d499411
genirq: Expand generic show_interrupts()

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>
include/linux/irq.h
kernel/irq/Kconfig
kernel/irq/proc.c