projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: improve wget2nand script
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.33
/
902-mips_clocksource_init_war.patch
diff --git
a/target/linux/ar71xx/patches-2.6.33/902-mips_clocksource_init_war.patch
b/target/linux/ar71xx/patches-2.6.33/902-mips_clocksource_init_war.patch
index
894eed1
..
1ce4380
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.33/902-mips_clocksource_init_war.patch
+++ b/
target/linux/ar71xx/patches-2.6.33/902-mips_clocksource_init_war.patch
@@
-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.