CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/02/04 14:35:32
Modified files:
arch/mips64/mm : Tag: linux_2_4 c-r4k.c
arch/mips/mm : Tag: linux_2_4 c-r4k.c
Log message:
Remove old wrong bits of cache code.
diff -urN linux/arch/mips64/mm/c-r4k.c linux/arch/mips64/mm/c-r4k.c
--- linux/arch/mips64/mm/Attic/c-r4k.c 2004/11/03 16:43:08 1.1.2.63
+++ linux/arch/mips64/mm/Attic/c-r4k.c 2005/02/04 14:35:32 1.1.2.64
@@ -1070,9 +1070,6 @@
setup_scache();
coherency_setup();
- if (c->dcache.sets * c->dcache.ways > PAGE_SIZE)
- c->dcache.flags |= MIPS_CACHE_ALIASES;
-
r4k_blast_dcache_page_setup();
r4k_blast_dcache_page_indexed_setup();
r4k_blast_dcache_setup();
diff -urN linux/arch/mips/mm/c-r4k.c linux/arch/mips/mm/c-r4k.c
--- linux/arch/mips/mm/c-r4k.c 2004/11/03 16:43:07 1.3.2.72
+++ linux/arch/mips/mm/c-r4k.c 2005/02/04 14:35:32 1.3.2.73
@@ -1069,9 +1069,6 @@
probe_pcache();
setup_scache();
- if (c->dcache.sets * c->dcache.ways > PAGE_SIZE)
- c->dcache.flags |= MIPS_CACHE_ALIASES;
-
r4k_blast_dcache_page_setup();
r4k_blast_dcache_page_indexed_setup();
r4k_blast_dcache_setup();
|