From: Atsushi Nemoto Date: Mon, 13 Mar 2006 09:23:03 +0000 (+0900) Subject: [MIPS] local_r4k_flush_cache_page fix X-Git-Tag: v2.6.16~2^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de62893bc0725f8b5f0445250577cd7a10b2d8f8;p=pandora-kernel.git [MIPS] local_r4k_flush_cache_page fix If dcache_size != icache_size or dcache_size != scache_size, or set-associative cache, icache/scache does not flushed properly. Make blast_?cache_page_indexed() masks its index value correctly. Also, use physical address for physically indexed pcache/scache. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed