Module Name: src Committed By: matt Date: Tue Sep 4 13:37:44 UTC 2012
Modified Files: src/sys/uvm: uvm_km.c uvm_map.c Log Message: Remove locking since it isn't needed. As soon as the 2nd uvm_map_entry in kernel_map is created, uvm_map_prepare will call pmap_growkernel and the pmap_growkernel call in uvm_km_mem_alloc will never be called again. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/uvm/uvm_km.c cvs rdiff -u -r1.321 -r1.322 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.