Subject: CVS commit: [netbsd-3] src/sys/kern
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/28/2005 20:07:02
Module Name:	src
Committed By:	jmc
Date:		Fri Oct 28 20:07:02 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: kern_sa.c

Log Message:
Pullup rev 1.68 (requested by chs in ticket #915)
 In sa_switch(), if after we set up the LWP with cpu_setfunc(), we decide that
 we can't do an SA context switch after all, we need to clear the sau from
 the LWP's arg. sa_switch() frees the sau in this case, but if we don't
 reset the LWP's state and the process exits, then the exiting LWP will
 try to free the sau again.


To generate a diff of this commit:
cvs rdiff -r1.60.2.2 -r1.60.2.3 src/sys/kern/kern_sa.c

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