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

Modified Files:
	src/sys/arch/powerpc/include: pcb.h

Log Message:
The FP exception mode bits from the MSR will be stored in pcb_flags.  From
there, they will copied to MSR as needed (when FP is enabled).  They will be
cleared from the MSR when the lwp loses the FPU.  Hence they need to be stored
someplace else.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/powerpc/include/pcb.h

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