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/06/2004 02:25:22
Module Name:	src
Committed By:	matt
Date:		Tue Apr  6 02:25:22 UTC 2004

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

Log Message:
When seeing if the FP or VEC unit has been stolen by another process, check
PSL_{FP|VEC} instead of PCB_{FP|VEC}.  The former will only be set if the
process owned the {FP,VEC} unit when it trapped into the kernel.  The latter
would be set if the lwp ever used the {FP,VEC} unit.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/powerpc/include/userret.h

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