Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/04/2004 17:20:15
Module Name:	src
Committed By:	matt
Date:		Sun Apr  4 17:20:15 UTC 2004

Modified Files:
	src/sys/arch/powerpc/powerpc: sig_machdep.c

Log Message:
Fix the way cpu_setmcontext was restoring FPSCR.  Make the opposite of the
way that cpu_getmcontext was saving it.  (FPSCR was being saved incorrectly
before and thus obliterated when a signal happened).


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/powerpc/powerpc/sig_machdep.c

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