files.uvm revision 1.1
1#	$NetBSD: files.uvm,v 1.1 2005/11/27 22:18:41 thorpej Exp $
2
3#
4# UVM options
5# 
6defflag opt_uvmhist.h		UVMHIST UVMHIST_PRINT
7defflag opt_uvm.h		USE_TOPDOWN_VM UVMMAP_NOCOUNTERS
8defflag opt_vmswap.h		VMSWAP
9
10file	uvm/uvm_amap.c
11file	uvm/uvm_anon.c
12file	uvm/uvm_aobj.c
13file	uvm/uvm_bio.c
14file	uvm/uvm_device.c
15file	uvm/uvm_fault.c
16file	uvm/uvm_glue.c
17file	uvm/uvm_init.c
18file	uvm/uvm_io.c
19file	uvm/uvm_km.c
20file	uvm/uvm_loan.c
21file	uvm/uvm_map.c
22file	uvm/uvm_meter.c
23file	uvm/uvm_mmap.c
24file	uvm/uvm_page.c
25file	uvm/uvm_pager.c
26file	uvm/uvm_pdaemon.c
27file	uvm/uvm_pglist.c
28file	uvm/uvm_stat.c                  
29file	uvm/uvm_swap.c			vmswap
30file	uvm/uvm_swapstub.c		!vmswap
31file	uvm/uvm_unix.c
32file	uvm/uvm_user.c
33file	uvm/uvm_vnode.c
34