Subject: CVS commit: src/sys/arch/acorn26/acorn26
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 02/14/2006 16:41:21
Module Name: src
Committed By: bjh21
Date: Tue Feb 14 16:41:21 UTC 2006
Modified Files:
src/sys/arch/acorn26/acorn26: cpuswitch.c vm_machdep.c
Log Message:
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.6 -r1.7 src/sys/arch/acorn26/acorn26/cpuswitch.c
cvs rdiff -r1.9 -r1.10 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.