X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fatheros%2Ffiles%2Farch%2Fmips%2Fatheros%2Far5312%2Firq.c;h=ac52d9e5d8524a17826ff8f7affcfcce2e8d888e;hp=c5062bac48eb0e9daeceddc85739d6f9616d9e4a;hb=ab70ab79278e80b989e52723546c3df9e1602ee2;hpb=39111df10bcc92d6028cdc3884eea1dc31ceb9ff diff --git a/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c b/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c index c5062bac4..ac52d9e5d 100644 --- a/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c +++ b/target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c @@ -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); }