projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
this is not a platform specific patch
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.34
/
150-cpu_fixes.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.34/150-cpu_fixes.patch
b/target/linux/brcm47xx/patches-2.6.34/150-cpu_fixes.patch
index
de79ca8
..
b4d235c
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.34/150-cpu_fixes.patch
+++ b/
target/linux/brcm47xx/patches-2.6.34/150-cpu_fixes.patch
@@
-295,7
+295,7
@@
if (dc_lsize)
protected_writeback_dcache_line(addr & ~(dc_lsize - 1));
if (!cpu_icache_snoops_remote_store && scache_size)
if (dc_lsize)
protected_writeback_dcache_line(addr & ~(dc_lsize - 1));
if (!cpu_icache_snoops_remote_store && scache_size)
-@@ -1
298,6 +1312
,17 @@ static void __cpuinit coherency_setup(vo
+@@ -1
311,6 +1325
,17 @@ static void __cpuinit coherency_setup(vo
* silly idea of putting something else there ...
*/
switch (current_cpu_type()) {
* silly idea of putting something else there ...
*/
switch (current_cpu_type()) {
@@
-313,7
+313,7
@@
case CPU_R4000PC:
case CPU_R4000SC:
case CPU_R4000MC:
case CPU_R4000PC:
case CPU_R4000SC:
case CPU_R4000MC:
-@@ -13
54,6 +1379
,15 @@ void __cpuinit r4k_cache_init(void)
+@@ -13
67,6 +1392
,15 @@ void __cpuinit r4k_cache_init(void)
break;
}
break;
}
@@
-329,7
+329,7
@@
probe_pcache();
setup_scache();
probe_pcache();
setup_scache();
-@@ -14
12,5 +1446
,13 @@ void __cpuinit r4k_cache_init(void)
+@@ -14
25,5 +1459
,13 @@ void __cpuinit r4k_cache_init(void)
#if !defined(CONFIG_MIPS_CMP)
local_r4k___flush_cache_all(NULL);
#endif
#if !defined(CONFIG_MIPS_CMP)
local_r4k___flush_cache_all(NULL);
#endif
This page took
0.025961 seconds
and
4
git commands to generate.