Searched hist:ab7798ffcf98b11a9525cf65bacdae3fd58d357f (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/irq/ |
H A D | proc.c | diff 94b2c363dcf732a4edab4ed66041cb36e7f28fbf Sat Apr 30 22:56:20 CEST 2011 Geert Uytterhoeven <geert@linux-m68k.org> genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL
commit ab7798ffcf98b11a9525cf65bacdae3fd58d357f ("genirq: Expand generic show_interrupts()") added the Kconfig option GENERIC_IRQ_SHOW_LEVEL to accomodate PowerPC, but this doesn't actually enable the functionality due to a typo in the #ifdef check.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Linux/PPC Development <linuxppc-dev@lists.ozlabs.org> Link: http://lkml.kernel.org/r/%3Calpine.DEB.2.00.1104302251370.19068%40ayla.of.borg%3E Signed-off-by: Thomas Gleixner <tglx@linutronix.de> diff ab7798ffcf98b11a9525cf65bacdae3fd58d357f Fri Mar 25 16:48:50 CET 2011 Thomas Gleixner <tglx@linutronix.de> 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>
|
H A D | Kconfig | diff ab7798ffcf98b11a9525cf65bacdae3fd58d357f Fri Mar 25 16:48:50 CET 2011 Thomas Gleixner <tglx@linutronix.de> 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>
|
/linux/include/linux/ |
H A D | irq.h | diff ab7798ffcf98b11a9525cf65bacdae3fd58d357f Fri Mar 25 16:48:50 CET 2011 Thomas Gleixner <tglx@linutronix.de> 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>
|