Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 05/10/2000 01:55:23
Module Name:	syssrc
Committed By:	nisimura
Date:		Wed May 10 08:55:22 UTC 2000

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

Log Message:
Take a straight way for pagemove() PTE manipulation, abandoning to
use MIPS_TBRPL().  When PTEs are modified, both src and dst TLBs
are invalidated.  MIPS3 single TLB entry has paired double PTE
and pagemove() likely walks through multiple pages.  The positive
effect of of MachTLBUpdate() or TBRPL() is unclear.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 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.