Subject: CVS commit: [nathanw_sa] syssrc/sys/arch/m68k/m68k
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/02/2001 12:47:29
Module Name:	syssrc
Committed By:	scw
Date:		Sun Dec  2 10:47:29 UTC 2001

Modified Files:
	syssrc/sys/arch/m68k/m68k [nathanw_sa]: sig_machdep.c

Log Message:
Implement floating-point context save/restore in cpu_{get,set}mcontext()
such that we can deal with restoring the slightly limited contexts saved
by userland _getmcontext_u().

XXX: Turns out that these functions can be called for an lwp which
is != curproc, in which case FP-state needs to be retrieved from/stored in
the lwp's PCB.


To generate a diff of this commit:
cvs rdiff -r1.15.6.6 -r1.15.6.7 syssrc/sys/arch/m68k/m68k/sig_machdep.c

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