Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 04/16/2000 03:16:21
Module Name: syssrc
Committed By: nisimura
Date: Sun Apr 16 10:16:20 UTC 2000
Modified Files:
syssrc/sys/arch/mips/mips: pmap.c
Log Message:
Change the way how pmap_protect() modifies the protection of KSEG2
space using MIPS_TBRPL() call. It avoils to 'vistimize' a possibly
useful TLB entry. XXX MachTLBUpdate() will be retired, soon.
To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 syssrc/sys/arch/mips/mips/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.