Subject: CVS commit: syssrc/sys/arch/alpha/alpha
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/13/2001 03:06:07
Module Name: syssrc
Committed By: thorpej
Date: Fri Jul 13 00:06:07 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/alpha: locore.s
Log Message:
Use memcpy() in kcopy(), copyin(), and copyout(). XXX This means we have
to burn 3 insns to swap the arguments. Need to change the interface to
these routines to match memcpy().
G/C bcopy() from here. We'll let it be provided by libkern (which is
what provides memcpy()) until bcopy() is exorcised completely.
To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 syssrc/sys/arch/alpha/alpha/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.