Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/18/2000 10:36:43
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Feb 18 18:36:42 UTC 2000

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

Log Message:
On exception return, use k1 to restore the saved registers, so that we
don't stomp on the return address in k0.  Also, don't need to account
for any load delays, as the last register restored (gp) isn't used in
the subsequent instruction.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/mips/mips/locore_mips1.S

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