fix a few directories missed in [4176]'s source -> download
[openwrt.git] / target / linux / aruba-2.6 / patches / 002-irq.patch
index 6ddc154..101ed78 100644 (file)
@@ -366,7 +366,7 @@ diff -Nur linux-2.6.17/arch/mips/aruba/irq.c linux-2.6.17-openwrt/arch/mips/arub
 +      unsigned long cp0_cause = read_c0_cause() & read_c0_status() & CAUSEF_IP;
 +
 +      if (cp0_cause & CAUSEF_IP7)
 +      unsigned long cp0_cause = read_c0_cause() & read_c0_status() & CAUSEF_IP;
 +
 +      if (cp0_cause & CAUSEF_IP7)
-+              aruba_timer_interrupt(regs);
++              return aruba_timer_interrupt(regs);
 +
 +      if(cp0_cause == 0) {
 +              printk("INTERRUPT(S) FIRED WHILE MASKED\n");
 +
 +      if(cp0_cause == 0) {
 +              printk("INTERRUPT(S) FIRED WHILE MASKED\n");
This page took 0.02681 seconds and 4 git commands to generate.