don't dispatch spurious irq0 events
[openwrt-10.03/.git] / target / linux / atheros / files / arch / mips / atheros / ar5312 / irq.c
index c5062bac48eb0e9daeceddc85739d6f9616d9e4a..ac52d9e5d8524a17826ff8f7affcfcce2e8d888e 100644 (file)
@@ -62,8 +62,6 @@ asmlinkage void ar5312_irq_dispatch(void)
        } else if (pending & CAUSEF_IP7) {
                do_IRQ(AR531X_IRQ_CPU_CLOCK);
        }
-       else
-               do_IRQ(AR531X_IRQ_NONE);
 }