Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chuck Cranor <chuck@netbsd.org>
List: source-changes
Date: 01/24/1999 15:53:16
Module Name: src
Committed By: chuck
Date: Sun Jan 24 23:53:15 UTC 1999
Modified Files:
src/sys/conf: files
src/sys/uvm: uvm_amap.c uvm_amap.h uvm_amap_i.h uvm_anon.h uvm_fault.c
uvm_fault_i.h uvm_init.c uvm_loan.c uvm_map.c
Added Files:
src/sys/uvm: uvm_anon.c
Log Message:
cleanup/reorg:
- break anon related functions out of uvm_amap.c and put them in their own
file (uvm_anon.c). includes break up uvm_anon_init into an amap and an
an anon init function
- ensure that only functions within the amap module access amap structure
fields (add macros to amap api as needed)