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: Sat Mar 6 23:26:10 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: files.sparc64
src/sys/arch/sparc64/sparc64: locore.s
Added Files:
src/sys/arch/sparc64/include: locore.h
src/sys/arch/sparc64/sparc64: memcpyset.s
Log Message:
move the memcpy/memset implementations out into their own file, with the
block copy versions as well. move some of the definitions in locore.s
into a new locore.h.
locore.s is almost 2000 lines shorter with this change.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/sparc64/conf/files.sparc64
cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/include/locore.h
cvs rdiff -u -r1.322 -r1.323 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/sparc64/memcpyset.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