Subject: CVS commit: [netbsd-1-6] syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/21/2002 08:34:44
Module Name:	syssrc
Committed By:	lukem
Date:		Fri Jun 21 05:34:44 UTC 2002

Modified Files:
	syssrc/sys/arch/powerpc/powerpc [netbsd-1-6]: locore_subr.S

Log Message:
Pull up revision 1.3 (requested by matt in ticket #334):
Don't load the SR registers on a context switch.  They get switched from
the user's SR registers to the kernel's SR registers on an exception or
interrupt from user level and restored with the user's SR register when the
exception or interrupt returns back to user level.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.20.1 syssrc/sys/arch/powerpc/powerpc/locore_subr.S

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