Source-Changes-D archive

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

Re: CVS commit: src/sys/arch/sparc64



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: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index