commit | de62893bc0725f8b5f0445250577cd7a10b2d8f8 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Mon Mar 13 18:23:03 2006 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Mar 18 16:59:27 2006 +0000 |
tree | 3a5d77b8e8aa66113431ebe287c552749c2e8fee | |
parent | a3c4946db4fe64cb21b66a09e89890678aac6d65 [diff] |
[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 <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>