Subject: CVS commit: [netbsd-3] src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/26/2007 20:25:09
Module Name:	src
Committed By:	bouyer
Date:		Sun Aug 26 20:25:09 UTC 2007

Modified Files:
	src/lib/libc/arch/arm/string [netbsd-3]: memcpy_xscale.S
	src/sys/lib/libkern/arch/arm [netbsd-3]: memcpy_xscale.S

Log Message:
Apply patch, requested by scw in ticket #1806:
	lib/libc/arch/arm/string/memcpy_xscale.S: patch
	sys/lib/libkern/arch/arm/memcpy_xscale.S: patch
Apply the patch, with some minor tweaks, supplied in PR/36513.
This prevents a possible prefetch past the end of the source buffer.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.2.1 src/lib/libc/arch/arm/string/memcpy_xscale.S
cvs rdiff -r1.2 -r1.2.2.1 src/sys/lib/libkern/arch/arm/memcpy_xscale.S

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