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:   mrg
Date:           Mon Jun  6 02:49:39 UTC 2011

Modified Files:
        src/sys/arch/sparc64/sparc64: cache.c cache.h ipifuncs.c

Log Message:
convert dcache_flush_page() into a function pointer.  introduce a
sp_dcache_flush_page() to help the smp version.

XXX: probably best to have usI/II and usIII (and nop) of this and
XXX: avoid the need for sp_dcache_flush_page at all.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/sparc64/cache.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sparc64/sparc64/cache.h
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sparc64/sparc64/ipifuncs.c

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