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: pk
Date: Tue May 4 21:33:40 UTC 2004
Modified Files:
src/sys/kern: sys_process.c
src/sys/uvm: uvm_extern.h uvm_map.c
Log Message:
Since a `vmspace' always includes a `vm_map' we can re-use vm_map's
reference count lock to also protect the vmspace's reference count.
To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/kern/sys_process.c
cvs rdiff -r1.91 -r1.92 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.170 -r1.171 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