]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: Fixup irq conversion fallout and nmi_count
authorThomas Gleixner <tglx@linutronix.de>
Tue, 19 Apr 2011 20:52:58 +0000 (22:52 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 19 Apr 2011 22:32:09 +0000 (00:32 +0200)
commite6e29e5a89db2059277c590df062ce9b92090ad4
tree4d6251ac60f55739f35a17b4aca81861e074c033
parent5e6205be0717eb7439bf9852523d7bbf71bcb542
xtensa: Fixup irq conversion fallout and nmi_count

Some unnamed moron fatfingered the arguments of the irq chip callbacks
to irq_chip instead of irq_data.

While at it remove the nmi_count() print in arch_show_interrupts()
which has been broken before the irq conversion already.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/xtensa/kernel/irq.c