projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf7b7e0
)
[MIPS] Add missing 4KEC TLB refill handler
author
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Wed, 26 Mar 2008 15:42:54 +0000
(16:42 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 1 Apr 2008 14:46:33 +0000
(15:46 +0100)
Early 4KEc were MIPS32r1 and therefore need some love to get a TLB
refill handler.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/tlbex.c
b/arch/mips/mm/tlbex.c
index 3a93d4ce270320501acf029da9a5036e4d4d3d26..382738ca8a0b17d0247e63ceaf0300456f5fff6e 100644
(file)
--- a/
arch/mips/mm/tlbex.c
+++ b/
arch/mips/mm/tlbex.c
@@
-307,6
+307,7
@@
static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l,
case CPU_R12000:
case CPU_R14000:
case CPU_4KC:
+ case CPU_4KEC:
case CPU_SB1:
case CPU_SB1A:
case CPU_4KSC: