Subject: CVS commit: src/sys/arch/shark/ofw
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/05/2003 10:09:10
Module Name:	src
Committed By:	scw
Date:		Wed Nov  5 10:09:10 UTC 2003

Modified Files:
	src/sys/arch/shark/ofw: ofw.c

Log Message:
s/bcopy/memmove/
The kernel's bcopy (actually a wrapper around memcpy) is not guaranteed to
handle overlapping regions, even though the old ARM version did.

This fixes a problem where the kernel reported more available memory
than actually existed.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/shark/ofw/ofw.c

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