Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index