Subject: CVS commit: [nathanw_sa] syssrc/sys/arch/powerpc/powerpc
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/02/2002 03:53:12
Module Name:	syssrc
Committed By:	nathanw
Date:		Tue Apr  2 00:53:11 UTC 2002

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

Log Message:
The memcpy(9) function takes a byte length to copy, not a number of
array elements. Therefore, when computing the size of the
floating-point register storage, don't divide by the size of a single
FP register.

cpu_setmcontext() and cpu_getmcontext() now operate on all 32 FP
registers, not just the first four.


To generate a diff of this commit:
cvs rdiff -r1.5.8.2 -r1.5.8.3 syssrc/sys/arch/powerpc/powerpc/sig_machdep.c

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