CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/01 06:20:33
Modified files:
sys/arch/sh/sh : cache_sh4.c
Log message:
Since sh4_emode_icache_sync_all() and sh4_emode_dcache_wbinv_all()
explicitely process both cache ways, there is no need to give them the
whole EMODE cache size as a range to operate on; only half the size will do;
this avoid working on the cache twice.
