>>>>> On Wed, 01 Feb 2006 00:03:56 +0900 (JST), Atsushi Nemoto <anemo@xxxxxxxxxxxxx> said: anemo> If dcache_size != icache_size or dcache_size != scache_size, anemo> icache/scache does not flushed properly. Use correct cache anemo> size to calculate index value for scache/icache. Sorry, this patch was wrong ! We should use mask value based on the waysize (not whole cache size). And now I think it would be better to do it in __BUILD_BLAST_CACHE(). I'll post a new patch later. --- Atsushi Nemoto