Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 09/26/2000 21:22:14
Module Name:	syssrc
Committed By:	jeffs
Date:		Tue Sep 26 18:22:14 UTC 2000

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

Log Message:
No longer save $at on syscall entry.  v1 does appear to be used as if
you do not save it and pass it along in rval the system will start
to fail running user programs.  This finishes the suggestion by cgd to
not save some registers on syscall entry.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -r1.53 -r1.54 syssrc/sys/arch/mips/mips/locore_mips3.S

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