Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21979
b: refs/heads/master
c: c6281ed
h: refs/heads/master
i:
  21977: f6e44bf
  21975: 0353e7a
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Mar 21, 2006
1 parent 26f112b commit d9e2d73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 261 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3dddd560ee936495466d85ecc97490d171e8d31
refs/heads/master: c6281edb1d5e307f056fff0e174f60fa6133adc5
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ obj-$(CONFIG_HIGHMEM) += highmem.o
obj-$(CONFIG_CPU_MIPS32) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
obj-$(CONFIG_CPU_MIPS64) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
obj-$(CONFIG_CPU_NEVADA) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
obj-$(CONFIG_CPU_R10000) += c-r4k.o cex-gen.o pg-r4k.o tlb-andes.o
obj-$(CONFIG_CPU_R10000) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
obj-$(CONFIG_CPU_R3000) += c-r3k.o tlb-r3k.o pg-r4k.o
obj-$(CONFIG_CPU_R4300) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
obj-$(CONFIG_CPU_R4X00) += c-r4k.o cex-gen.o pg-r4k.o tlb-r4k.o
Expand Down
259 changes: 0 additions & 259 deletions trunk/arch/mips/mm/tlb-andes.c

This file was deleted.

5 changes: 5 additions & 0 deletions trunk/arch/mips/mm/tlb-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit d9e2d73

Please sign in to comment.