On Sat, Mar 06, 2010 at 11:26:10PM +0000, matthew green wrote: > 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.
If you move memcpy/memset into src/common then they get auto built as part of libc (or whatever the kernel version is called). David -- David Laight: da...@l8s.co.uk