Subject: CVS commit: src/sys/uvm
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 03/02/2003 10:57:51
Module Name:	src
Committed By:	matt
Date:		Sun Mar  2 08:57:51 UTC 2003

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

Log Message:
In uvm_map_space, if the current entry is above the new space use the
previous entry.  (not if the current entry starts at the end of the new
space; that case doesn't take into account if the new space had a specified
alignment).


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 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.