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:10:32
Module Name:	src
Committed By:	matt
Date:		Sun Apr  4 17:10:32 UTC 2004

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

Log Message:
Make sure that the SRR1 we pass to userland reflects PSL_FE0|PSL_FE1 even
if the lwp doesn't currently own the FPU.  When returning, copy those bits
back to the PCB.  (In case the user decided to the FP exception mode in the
signal handler).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/powerpc/powerpc/compat_16_machdep.c

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