diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-03-14 14:35:27 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 13:27:47 (GMT) |
commit | c6281edb1d5e307f056fff0e174f60fa6133adc5 (patch) | |
tree | 6cc6a0e1beb403fe60740b42137aa81e3759efc1 /arch/mips/mm/tlb-r4k.c | |
parent | a3dddd560ee936495466d85ecc97490d171e8d31 (diff) | |
download | linux-c6281edb1d5e307f056fff0e174f60fa6133adc5.tar.xz |
[MIPS] Kill tlb-andes.c.
Basically identical to c-r4k.c, so maintaining one is really enough.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlb-r4k.c')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index 8297970..a865f239 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c @@ -424,8 +424,13 @@ void __init tlb_init(void) probe_tlb(config); write_c0_pagemask(PM_DEFAULT_MASK); write_c0_wired(0); + write_c0_framemask(0); temp_tlb_entry = current_cpu_data.tlbsize - 1; + + /* From this point on the ARC firmware is dead. */ local_flush_tlb_all(); + /* Did I tell you that ARC SUCKS? */ + build_tlb_refill_handler(); } |