[MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler.
authorThiemo Seufer <ths@networkno.de>
Wed, 5 Jul 2006 13:32:51 +0000 (14:32 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jul 2006 20:26:05 +0000 (21:26 +0100)
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/bcm1480/irq.c

index cab78fb..ed325f0 100644 (file)
@@ -534,7 +534,7 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)
                mask_l = __raw_readq(
                        IOADDR(base + R_BCM1480_IMR_INTERRUPT_STATUS_BASE_L));
 
-               if (!mask_h) {
+               if (mask_h) {
                        if (mask_h ^ 1)
                                do_IRQ(63 - dclz(mask_h), regs);
                        else