Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/21/2006 13:13:07
Module Name: src
Committed By: yamt
Date: Sat Jan 21 13:13:07 UTC 2006
Modified Files:
src/sys/uvm: uvm_amap.c uvm_fault.c
Log Message:
- uvm_fault: move a common code of 1B and 2B to a new function.
don't attempt to allocate anons with kernel_map locked. PR/32543.
- amap_copy: add an assertion.
To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.103 -r1.104 src/sys/uvm/uvm_fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.