Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 04/16/2000 02:09:43
Module Name:	syssrc
Committed By:	nisimura
Date:		Sun Apr 16 09:09:43 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/mips: vm_machdep.c

Log Message:
Change the way to implement zero copy data move in pagemove() using
MIPS_TBRPL().  It saves about 20 instructions to run for each
iteration, and avoids TLB polution.  Currently works for MIPS1 only
configuration.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 syssrc/sys/arch/mips/mips/vm_machdep.c

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