]> git.baikalelectronics.ru Git - kernel.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:20:41 +0000 (11:20 +1000)
commit0c73a6a72a390a14baebd1b310bf925acb9e8075
tree8aa45d55e13f2cb43d960823a41c3e1ecec8f57e
parentbaf48831aed894c930d98379a2245134b46a376a
m68k: Revive reporting of spurious interrupts

commit 1ab5e47f928083b850c5bd2d90aef2de6b806bdb ("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