genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 30 Apr 2011 20:56:20 +0000 (22:56 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 2 May 2011 19:16:37 +0000 (21:16 +0200)
commit94b2c363dcf732a4edab4ed66041cb36e7f28fbf
tree982f4c1bde2dea0ed7f6fa02d28cfc895b483ca8
parentc7bcecbe98fe29e87ac7d01c70c5998806e0989f
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>
kernel/irq/proc.c