Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 07/03/2004 05:08:34
Module Name:	src
Committed By:	simonb
Date:		Sat Jul  3 05:08:34 UTC 2004

Modified Files:
	src/sys/arch/mips/mips: mips_machdep.c

Log Message:
In cpu_{set,get}context(), copy the FP registers themselves and the FP
CSR separately (and now from the correctly sized __fpregset_t).  The
FP CSR is copied separately to avoid endianness/alignment issues.

Part of fix for PR port-mips/25942.  Thanks to Christos Zoulas and
Klaus Klein for help with debugging this.


To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 src/sys/arch/mips/mips/mips_machdep.c

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