Subject: CVS commit: src/sys/arch/alpha/alpha
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/17/2003 00:15:20
Module Name:	src
Committed By:	nathanw
Date:		Thu Apr 17 00:15:20 UTC 2003

Modified Files:
	src/sys/arch/alpha/alpha: machdep.c

Log Message:
cpu_getmcontext: Test for the the presence of FP state in a LWP by
looking for MDP_FPUSED in l->l_md.md_flags, instead of
l->l_addr->u_pcb.pcb_fpcpu being non-NULL. The latter indicates that
FP state is live in the FPU *now*, but doesn't indicate whether there
is any state saved in the PCB.


To generate a diff of this commit:
cvs rdiff -r1.264 -r1.265 src/sys/arch/alpha/alpha/machdep.c

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