projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix mini_fo compile -- still oopses on boot
[openwrt.git]
/
target
/
linux
/
ar7
/
patches-2.6.24
/
100-board_support.patch
diff --git
a/target/linux/ar7/patches-2.6.24/100-board_support.patch
b/target/linux/ar7/patches-2.6.24/100-board_support.patch
index
eefeb65
..
b9ee687
100644
(file)
--- a/
target/linux/ar7/patches-2.6.24/100-board_support.patch
+++ b/
target/linux/ar7/patches-2.6.24/100-board_support.patch
@@
-50,7
+50,7
@@
Index: linux-2.6.23-rc6/arch/mips/kernel/traps.c
+ *(u32 *)(ebase + 0x20C) = 0x00000000;
+ flush_icache_range(ebase + 0x200, ebase + 0x210);
+ } else {
+ *(u32 *)(ebase + 0x20C) = 0x00000000;
+ flush_icache_range(ebase + 0x200, ebase + 0x210);
+ } else {
-+ *(
volatile
u32 *)(ebase + 0x200) =
++ *(u32 *)(ebase + 0x200) =
+ 0x08000000 | (0x03ffffff & (handler >> 2));
+ flush_icache_range(ebase + 0x200, ebase + 0x204);
+ }
+ 0x08000000 | (0x03ffffff & (handler >> 2));
+ flush_icache_range(ebase + 0x200, ebase + 0x204);
+ }
This page took
0.025898 seconds
and
4
git commands to generate.