diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-04 10:19:01 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:25 -0400 |
commit | 28ecca4786bd8af209ae65689faa6aeea80adba2 (patch) | |
tree | 9a74856c8a4fcdf4568e81952e6ae0af2256a75c /arch/mips/mm/c-r4k.c | |
parent | ea7c394492cb56ff0c10ad327157f237d5bbe6b4 (diff) |
Remove old wrong bits of cache code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/c-r4k.c')
-rw-r--r-- | arch/mips/mm/c-r4k.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 5ea84bc98c6a..c08fa366b189 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
@@ -1212,9 +1212,6 @@ void __init ld_mmu_r4xx0(void) | |||
1212 | probe_pcache(); | 1212 | probe_pcache(); |
1213 | setup_scache(); | 1213 | setup_scache(); |
1214 | 1214 | ||
1215 | if (c->dcache.sets * c->dcache.ways > PAGE_SIZE) | ||
1216 | c->dcache.flags |= MIPS_CACHE_ALIASES; | ||
1217 | |||
1218 | r4k_blast_dcache_page_setup(); | 1215 | r4k_blast_dcache_page_setup(); |
1219 | r4k_blast_dcache_page_indexed_setup(); | 1216 | r4k_blast_dcache_page_indexed_setup(); |
1220 | r4k_blast_dcache_setup(); | 1217 | r4k_blast_dcache_setup(); |