0b30e1501c
(commented out in files.uvm for now because there is no user in tree.) http://mail-index.netbsd.org/tech-kern/2006/09/24/0000.html http://mail-index.netbsd.org/tech-kern/2006/10/10/0000.html
42 lines
1013 B
Plaintext
42 lines
1013 B
Plaintext
# $NetBSD: files.uvm,v 1.7 2006/10/12 10:11:57 yamt Exp $
|
|
|
|
#
|
|
# UVM options
|
|
#
|
|
defflag opt_uvmhist.h UVMHIST UVMHIST_PRINT
|
|
defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_NOCOUNTERS
|
|
defflag opt_vmswap.h VMSWAP
|
|
defflag opt_readahead.h READAHEAD_STATS
|
|
defflag opt_ubc.h UBC_STATS
|
|
defflag PDPOLICY_CLOCKPRO
|
|
|
|
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
|
|
file uvm/uvm_mremap.c compat_linux
|
|
#file uvm/uvm_object.c
|
|
file uvm/uvm_page.c
|
|
file uvm/uvm_pager.c
|
|
file uvm/uvm_pdaemon.c
|
|
file uvm/uvm_pdpolicy_clock.c !pdpolicy_clockpro
|
|
file uvm/uvm_pdpolicy_clockpro.c pdpolicy_clockpro
|
|
file uvm/uvm_pglist.c
|
|
file uvm/uvm_readahead.c
|
|
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
|