Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sparc
Module Name: src
Committed By: pk
Date: Sat Apr 17 23:45:40 UTC 2004
Modified Files:
src/sys/arch/sparc/include: cpu.h
src/sys/arch/sparc/sparc: cache.c cache.h cpu.c cpuvar.h
Log Message:
Remove the cache_flush() trampoline; it's no longer directly cross-called.
Instead, implement the MP parts in terms of cross-callable vcache_flush_range()
function.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/arch/sparc/include/cpu.h
cvs rdiff -r1.85 -r1.86 src/sys/arch/sparc/sparc/cache.c
cvs rdiff -r1.30 -r1.31 src/sys/arch/sparc/sparc/cache.h
cvs rdiff -r1.184 -r1.185 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -r1.61 -r1.62 src/sys/arch/sparc/sparc/cpuvar.h
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