ar71xx: improve wget2nand script
[openwrt.git] / target / linux / ar71xx / patches-2.6.33 / 902-mips_clocksource_init_war.patch
index 894eed1..1ce4380 100644 (file)
@@ -32,7 +32,7 @@
        return res;
  }
 @@ -100,22 +117,6 @@ static int c0_compare_int_pending(void)
-       return (read_c0_cause() >> cp0_compare_irq) & 0x100;
+       return (read_c0_cause() >> cp0_compare_irq_shift) & (1ul << CAUSEB_IP);
  }
  
 -/*
This page took 0.025763 seconds and 4 git commands to generate.