commit | 2ea4db65be3c4027ed39da73e1b6a59c8aa6c7c9 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Apr 19 22:52:58 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Apr 20 00:32:09 2011 +0200 |
tree | 4d6251ac60f55739f35a17b4aca81861e074c033 | |
parent | 97ddec65ff85a3226fb2856b4d93ebbcf097c28f [diff] |
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>