Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sparc64



Module Name:    src
Committed By:   mrg
Date:           Mon Jun  6 01:16:49 UTC 2011

Modified Files:
        src/sys/arch/sparc64/conf: files.sparc64
        src/sys/arch/sparc64/sparc64: cache.h ipifuncs.c pmap.c
Added Files:
        src/sys/arch/sparc64/sparc64: cache.c

Log Message:
re-implement blast_dcache() and blast_icache() via function pointers so that
we can set these to functions that simply return on sun4us/sun4v systems.

also include some work-in-progress #if 0'ed code to do the same for the
dcache_flush*() functions.

(some of these could probably move into the cpuinfo except that sparc64
systems don't really ever work with mismatches AFAICT.)


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/sparc64/conf/files.sparc64
cvs rdiff -u -r0 -r1.7 src/sys/arch/sparc64/sparc64/cache.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sparc64/sparc64/cache.h
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/sparc64/sparc64/ipifuncs.c
cvs rdiff -u -r1.271 -r1.272 src/sys/arch/sparc64/sparc64/pmap.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