Module Name:    src
Committed By:   joerg
Date:           Sun Apr 12 12:44:13 UTC 2015

Modified Files:
        src/sys/uvm: files.uvm

Log Message:
UVM_RESERVED_PAGES_PER_CPU must be a param, not a flag.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/uvm/files.uvm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/files.uvm
diff -u src/sys/uvm/files.uvm:1.23 src/sys/uvm/files.uvm:1.24
--- src/sys/uvm/files.uvm:1.23	Sat Apr 11 19:24:13 2015
+++ src/sys/uvm/files.uvm	Sun Apr 12 12:44:13 2015
@@ -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

Reply via email to