Module Name: src Committed By: matt Date: Tue Dec 27 03:39:58 UTC 2011
Added Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache_r4k_pcache16.S cache_r4k_pcache32.S cache_r4k_subr.S Log Message: Rework (rewrite) the cache code for MIPS32/MIPS64. Use an assembly stub for generate the cache instructions. Add some more intern routines so that cache_mipsNN.c only had the "generic" all/index routines. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/mips/cache_r4k_pcache16.S \ src/sys/arch/mips/mips/cache_r4k_pcache32.S \ src/sys/arch/mips/mips/cache_r4k_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.