NetBSD/sys/uvm/files.uvm

37 lines
832 B
Plaintext
Raw Normal View History

2006-01-21 16:34:15 +03:00
# $NetBSD: files.uvm,v 1.4 2006/01/21 13:34:15 yamt Exp $
2005-11-28 01:18:41 +03:00
#
# UVM options
#
defflag opt_uvmhist.h UVMHIST UVMHIST_PRINT
defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_NOCOUNTERS
defflag opt_vmswap.h VMSWAP
2005-11-29 18:45:28 +03:00
defflag opt_readahead.h READAHEAD_STATS
2005-11-28 01:18:41 +03:00
file uvm/uvm_amap.c
file uvm/uvm_anon.c
file uvm/uvm_aobj.c
file uvm/uvm_bio.c
file uvm/uvm_device.c
file uvm/uvm_fault.c
file uvm/uvm_glue.c
file uvm/uvm_init.c
file uvm/uvm_io.c
file uvm/uvm_km.c
file uvm/uvm_loan.c
file uvm/uvm_map.c
file uvm/uvm_meter.c
file uvm/uvm_mmap.c
2006-01-21 16:34:15 +03:00
file uvm/uvm_mremap.c compat_linux
2005-11-28 01:18:41 +03:00
file uvm/uvm_page.c
file uvm/uvm_pager.c
file uvm/uvm_pdaemon.c
file uvm/uvm_pglist.c
2005-11-30 01:52:02 +03:00
file uvm/uvm_readahead.c
2005-11-28 01:18:41 +03:00
file uvm/uvm_stat.c
file uvm/uvm_swap.c vmswap
file uvm/uvm_swapstub.c !vmswap
file uvm/uvm_unix.c
file uvm/uvm_user.c
file uvm/uvm_vnode.c