Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 06/25/2000 19:55:48
Module Name: syssrc
Committed By: nisimura
Date: Mon Jun 26 02:55:47 UTC 2000
Modified Files:
syssrc/sys/arch/mips/include: locore.h
syssrc/sys/arch/mips/mips: locore_mips1.S locore_mips3.S mips_machdep.c
Log Message:
Abandon {mips1,mips3}_TBRPL()s which have little gain. They were
expected to be better than MachTLBUpdate(). After all, TLBUpdate()
is rather harmful and should be replaced with TBIS().
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 syssrc/sys/arch/mips/include/locore.h
cvs rdiff -r1.34 -r1.35 syssrc/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -r1.37 -r1.38 syssrc/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r1.90 -r1.91 syssrc/sys/arch/mips/mips/mips_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.