Subject: CVS commit: [netbsd-3-0] src/sys/arch/acorn26/acorn26
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/10/2006 13:17:33
Module Name:	src
Committed By:	tron
Date:		Fri Mar 10 13:17:33 UTC 2006

Modified Files:
	src/sys/arch/acorn26/acorn26 [netbsd-3-0]: cpuswitch.c vm_machdep.c

Log Message:
Pull up following revision(s) (requested by bjh21 in ticket #1191):
	sys/arch/acorn26/acorn26/cpuswitch.c: revision 1.7
	sys/arch/acorn26/acorn26/vm_machdep.c: revision 1.10
Don't access an LWP's struct lwp after we've called lwp_exit2() on it.
I'm not sure the new code is right, but it works, which is an improvement.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.26.1 src/sys/arch/acorn26/acorn26/cpuswitch.c
cvs rdiff -r1.7 -r1.7.18.1 src/sys/arch/acorn26/acorn26/vm_machdep.c

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