UVM_RESERVED_PAGES_PER_CPU must be a param, not a flag.
This commit is contained in:
parent
6cc84266d4
commit
7946130d68
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: files.uvm,v 1.23 2015/04/11 19:24:13 joerg Exp $
|
||||
# $NetBSD: files.uvm,v 1.24 2015/04/12 12:44:13 joerg Exp $
|
||||
|
||||
#
|
||||
# UVM options
|
||||
#
|
||||
defflag opt_uvmhist.h UVMHIST UVMHIST_PRINT: KERNHIST
|
||||
defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_COUNTERS UVM_RESERVED_PAGES_PER_CPU
|
||||
defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_COUNTERS
|
||||
defparam opt_uvm.h UVM_RESERVED_PAGES_PER_CPU
|
||||
defflag opt_vmswap.h VMSWAP
|
||||
defflag opt_readahead.h READAHEAD_STATS
|
||||
defflag opt_ubc.h UBC_STATS
|
||||
|
|
Loading…
Reference in New Issue