projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make kernels use /etc/preinit by default
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.26
/
501-cachetypes.patch
1
--- a/arch/arm/kernel/setup.c
2
+++ b/arch/arm/kernel/setup.c
3
@@ -181,7 +181,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
@@ -200,7 +200,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.045519 seconds
and
5
git commands to generate.