Subject: CVS commit: syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 08/11/2001 15:44:43
Module Name:	syssrc
Committed By:	chris
Date:		Sat Aug 11 12:44:43 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/arm32: bcopy_page.S

Log Message:
Patch in Richard E's changes to bcopy page, the loop doesn't need unrolling as much as it currently is due to the overhead of the load/stores taking most of the time.  (profiling shows minimal time difference)


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/arm32/bcopy_page.S

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