diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-03-14 09:35:27 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 08:27:47 -0500 |
commit | c6281edb1d5e307f056fff0e174f60fa6133adc5 (patch) | |
tree | 6cc6a0e1beb403fe60740b42137aa81e3759efc1 /arch/mips/mm/tlb-r4k.c | |
parent | a3dddd560ee936495466d85ecc97490d171e8d31 (diff) |
[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 8297970f0bb1..a865f2394cb0 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c | |||
@@ -424,8 +424,13 @@ void __init tlb_init(void) | |||
424 | probe_tlb(config); | 424 | probe_tlb(config); |
425 | write_c0_pagemask(PM_DEFAULT_MASK); | 425 | write_c0_pagemask(PM_DEFAULT_MASK); |
426 | write_c0_wired(0); | 426 | write_c0_wired(0); |
427 | write_c0_framemask(0); | ||
427 | temp_tlb_entry = current_cpu_data.tlbsize - 1; | 428 | temp_tlb_entry = current_cpu_data.tlbsize - 1; |
429 | |||
430 | /* From this point on the ARC firmware is dead. */ | ||
428 | local_flush_tlb_all(); | 431 | local_flush_tlb_all(); |
429 | 432 | ||
433 | /* Did I tell you that ARC SUCKS? */ | ||
434 | |||
430 | build_tlb_refill_handler(); | 435 | build_tlb_refill_handler(); |
431 | } | 436 | } |