Revision de62893bc0725f8b5f0445250577cd7a10b2d8f8 authored by Atsushi Nemoto on 13 March 2006, 09:23:03 UTC, committed by Ralf Baechle on 18 March 2006, 16:59:27 UTC
    
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>
1 parent a3c4946
History
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.2 KB
msg.c -rw-r--r-- 18.4 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 32.9 KB
shm.c -rw-r--r-- 21.1 KB
util.c -rw-r--r-- 16.9 KB
util.h -rw-r--r-- 2.6 KB

back to top