From: Ralf Baechle Date: Fri, 4 Feb 2005 15:19:01 +0000 (+0000) Subject: Remove old wrong bits of cache code. X-Git-Tag: v2.6.16.28-rc1~3478^2~1^2~318 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=28ecca4786bd8af209ae65689faa6aeea80adba2;p=karo-tx-linux.git Remove old wrong bits of cache code. Signed-off-by: Ralf Baechle --- 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) 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();