Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sparc64/sparc64
Module Name: src
Committed By: chs
Date: Fri Dec 3 02:04:00 UTC 2004
Modified Files:
src/sys/arch/sparc64/sparc64: cache.h genassym.cf locore.s
Log Message:
remove cache_flush_virt() and PADDRT, they're no longer used.
allocate a stack frame for blast_dcache() when profiling so it shows up.
in dcache_flush_page(), use a stride of 32 instead of 16 to match the
cache line size. correct various comments.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/sparc64/sparc64/cache.h
cvs rdiff -r1.36 -r1.37 src/sys/arch/sparc64/sparc64/genassym.cf
cvs rdiff -r1.200 -r1.201 src/sys/arch/sparc64/sparc64/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index