Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 05/29/1999 02:38:28
Module Name:	syssrc
Committed By:	nisimura
Date:		Sat May 29 09:38:28 UTC 1999

Modified Files:
	syssrc/sys/arch/mips/mips: locore_mips1.S trap.c

Log Message:
- Make a modification to reduce the cost of TLBmod exception handling.
TLBUpdate() routine is used for dual purposes.  In TLBmod case, just ok
to call 'tlbwi' (as designed).  Result in saving of extraneous execution
path.  MIPS1 only this moment.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -r1.109 -r1.110 syssrc/sys/arch/mips/mips/trap.c

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