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)
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>

No differences found