Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/alpha/alpha
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.
Home |
Main Index |
Thread Index |
Old Index