Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chuck Cranor <chuck@netbsd.org>
List: source-changes
Date: 10/11/1998 15:56:43
Module Name:	src
Committed By:	chuck
Date:		Sun Oct 11 22:56:43 UTC 1998

Modified Files:
	src/sys/vm: vm_map.h
Log Message:
remove the following if UVM is defined:
- share_map in vm_map_object.   UVM doesn't use share maps, so drop unused
partial support for them to simplify the code.
- is_main_map in vm_map.   no longer needed once share maps are gone.
- vm_map_version_t.   map versions are handled elsewhere in UVM.