Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/07/2004 10:05:52
Module Name:	src
Committed By:	yamt
Date:		Sat Feb  7 10:05:52 UTC 2004

Modified Files:
	src/sys/kern: kern_exit.c
	src/sys/uvm: uvm_map.c

Log Message:
don't deactivate pmap in exit1 because we'll touch the pmap later.
instead, borrow vmspace0 immediately before destroying the pmap
in uvmspace_free.


To generate a diff of this commit:
cvs rdiff -r1.133 -r1.134 src/sys/kern/kern_exit.c
cvs rdiff -r1.157 -r1.158 src/sys/uvm/uvm_map.c

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