Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 06/21/2002 03:46:20
Module Name:	syssrc
Committed By:	matt
Date:		Fri Jun 21 00:46:19 UTC 2002

Modified Files:
	syssrc/sys/arch/powerpc/powerpc: locore_subr.S

Log Message:
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.3 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.