Subject: CVS commit: syssrc/sys/lib/libkern/arch/m68k
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 09/07/2001 00:30:16
Module Name:	syssrc
Committed By:	fredette
Date:		Thu Sep  6 21:30:16 UTC 2001

Modified Files:
	syssrc/sys/lib/libkern/arch/m68k: memset.S

Log Message:
On the 68010, don't bother with the by-8-longwords loop, instead
only 16-bit align the region and use loop mode with longwords
to do the bulk of the work.

On the 68020+, fixed an optimization bug where all regions that start
on odd addresses would not be properly longword aligned.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/lib/libkern/arch/m68k/memset.S

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