]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit2ea4db65be3c4027ed39da73e1b6a59c8aa6c7c9
tree4d6251ac60f55739f35a17b4aca81861e074c033
parent97ddec65ff85a3226fb2856b4d93ebbcf097c28f
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