Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/12/1996 01:50:02
jtc
Mon Nov 11 17:49:30 PST 1996
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv16347

Modified Files:
	locore.s 
Log Message:
Changed condition used to determine whether to do the overlap-safe
copy to succeed only when regions actually overlap.  This improves 
the performance of the average case.  Pulled from userland bcopy.S.