]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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:21:48 +0000 (11:21 +1000)
commit7b902764c7cedd78ab8475522b6f32f2f9996815
tree3840cf4ba46a361c63f8f65fa99b3bfc926bdc26
parent7189151f8c0b1a0617044683a32429cdf287f13e
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