Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/23/2007 08:16:43
Module Name:	src
Committed By:	martin
Date:		Wed May 23 08:16:43 UTC 2007

Modified Files:
	src/sys/arch/sparc64/sparc64: locore.s

Log Message:
Fix a stupid bug in the save_fpstate ipi, which caused overwriting of
struct lwp of the lwp owning the fpu. Fix clearing the fplwp - %o0 will
not survive the call to savefpstate - duh!


To generate a diff of this commit:
cvs rdiff -r1.248 -r1.249 src/sys/arch/sparc64/sparc64/locore.s

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