Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/16/2007 01:37:58
Module Name:	src
Committed By:	ad
Date:		Fri Nov 16 01:37:58 UTC 2007

Modified Files:
	src/sys/arch/i386/i386: copy.S

Log Message:
Avoid doing rep; movsl with %ecx == 0, since it's expensive. Suggested
by dsl@.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/i386/i386/copy.S

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