CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/06/24 14:24:46
Modified files: sys/arch/mips64/mips64: cache_r5k.c Log message: Since the RM7000 cache behaves as a physically-indexed cache due to the set size being not larger than 4KB, use Hit operations on the pa instead of Index operations on the va for each set in the SyncDCachePage routine, when running with such a cache.