Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/05/2005 01:58:51
Module Name:	src
Committed By:	yamt
Date:		Thu May  5 01:58:51 UTC 2005

Modified Files:
	src/sys/uvm: uvm_amap.c uvm_map.c

Log Message:
- amap_extend: don't extend amap beyond UVM_AMAP_LARGE.
- uvm_map_enter: if we fail to extend amap, just give up merging instead of
  bailing out immediately.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.190 -r1.191 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.