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