projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cc9c89e3e155ba9d7e56b2c11143503409d39770
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.28
/
501-cachetypes.patch
1
--- a/arch/arm/kernel/setup.c
2
+++ b/arch/arm/kernel/setup.c
3
@@ -184,7 +184,7 @@ static const char *cache_types[16] = {
4
"write-back",
5
"undefined 3",
6
"undefined 4",
7
- "undefined 5",
8
+ "write-back",
9
"write-back",
10
"write-back",
11
"undefined 8",
12
@@ -203,7 +203,7 @@ static const char *cache_clean[16] = {
13
"cp15 c7 ops",
14
"undefined 3",
15
"undefined 4",
16
- "undefined 5",
17
+ "cp15 c7 ops",
18
"cp15 c7 ops",
19
"cp15 c7 ops",
20
"undefined 8",
This page took
0.037445 seconds
and
3
git commands to generate.