m68k: Revive reporting of spurious interrupts
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 13 Jul 2011 18:29:24 +0000 (20:29 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 25 Jul 2011 01:20:41 +0000 (11:20 +1000)
commit8c9f08f9de38c9af3a946faf0cccd7fc46978443
tree8aa45d55e13f2cb43d960823a41c3e1ecec8f57e
parent739735d5fea3c3997b2a659068a618b07bc9a73a
m68k: Revive reporting of spurious interrupts

commit 2502b667ea835ee16685c74b2a0d89ba8afe117a ("Change the m68knommu irq
handling to use the generic irq framework.") removed the reporting of spurious
interrupts on nommu (68328 and 68360).

Bring it back in a generic way, using "atomic_t irq_err_count", as that's what
most of the other architectures are using.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/kernel/irq.c
arch/m68k/platform/68328/entry.S
arch/m68k/platform/68328/ints.c
arch/m68k/platform/68360/entry.S
arch/m68k/platform/68360/ints.c