projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.22
/
012-mips_cpu_tlb.patch
1
--- a/arch/mips/mm/tlbex.c
2
+++ b/arch/mips/mm/tlbex.c
3
@@ -887,7 +887,6 @@
4
case CPU_R10000:
5
case CPU_R12000:
6
case CPU_R14000:
7
- case CPU_4KC:
8
case CPU_SB1:
9
case CPU_SB1A:
10
case CPU_4KSC:
11
@@ -915,6 +914,7 @@
12
tlbw(p);
13
break;
14
15
+ case CPU_4KC:
16
case CPU_4KEC:
17
case CPU_24K:
18
case CPU_34K:
This page took
0.042358 seconds
and
5
git commands to generate.