Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 05/17/2001 01:09:38
Module Name:	syssrc
Committed By:	perry
Date:		Wed May 16 22:09:37 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/i386: locore.s

Log Message:
bcopy is dead on i386. the one use left in the kernel was in locore.s
itself, and that got replaced with a call to memcpy. Ross deserves
most of the credit.
note that if you've seen bcopy elsewhere in the kernel, systm.h
defines it as a macro...


To generate a diff of this commit:
cvs rdiff -r1.238 -r1.239 syssrc/sys/arch/i386/i386/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.