Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/24/1998 08:00:02
chuck
Tue Feb 24 07:58:10 PST 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv4042

Modified Files:
	uvm_km.c uvm_map.c 
Log Message:
be consistent about offsets in kernel objects.  vm_map_min(kernel_map)
should always be the base [fixes problem on m68k detected by jason thorpe]
 
add comments to uvm_km.c explaining kernel memory management in more detail