Subject: PR/32543 CVS commit: src/sys/uvm
To: None <yamt@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 01/21/2006 13:15:04
The following reply was made to PR kern/32543; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32543 CVS commit: src/sys/uvm
Date: Sat, 21 Jan 2006 13:13:07 +0000 (UTC)

 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.