Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 02/18/2004 14:42:20
Module Name: src
Committed By: hannken
Date: Wed Feb 18 14:42:20 UTC 2004
Modified Files:
src/sys/kern: kern_exit.c
Log Message:
Run pmap_deactivate() earlier in exit1(). Prevents a panic on sparc MP
where p->p_vmspace was 0xdeadbeef in pmap_deactivate().
Approved by: YAMAMOTO Takashi <yamt@netbsd.org>
To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 src/sys/kern/kern_exit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.