[MIPS] IP32: Fix unexpected irq 71
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 23 Jun 2008 22:48:05 +0000 (00:48 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 3 Jul 2008 18:14:27 +0000 (19:14 +0100)
commit1faf7f25b2aa4fcd2ae0ec2fd2e9fb9ff4bfee10
tree9cae252dc929d6e32e5b126d89d9c9cc3e429a06
parentc461a973118346d5c103aaaddd62e53939fd7c67
[MIPS] IP32: Fix unexpected irq 71

It's possible that the crime interrupt handler is called without
pending interrupts (probably a hardware issue). To avoid irritating
"unexpected irq 71" messages, we now just ignore the spurious crime
interrupts.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip32/ip32-irq.c