Module Name: src
Committed By: skrll
Date: Fri Aug 12 13:40:21 UTC 2016
Modified Files:
src/sys/uvm: files.uvm
Log Message:
Make UVMHIST_PRINT work again by making it define KERNHIST_PRINT
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/sys/uvm/files.uvm:1.26
--- src/sys/uvm/files.uvm:1.25 Mon Jul 27 09:24:28 2015
+++ src/sys/uvm/files.uvm Fri Aug 12 13:40:21 2016
@@ -1,9 +1,10 @@
-# $NetBSD: files.uvm,v 1.25 2015/07/27 09:24:28 maxv Exp $
+# $NetBSD: files.uvm,v 1.26 2016/08/12 13:40:21 skrll Exp $
#
# UVM options
#
-defflag opt_uvmhist.h UVMHIST UVMHIST_PRINT: KERNHIST
+defflag opt_uvmhist.h UVMHIST: KERNHIST
+defflag opt_uvmhist.h UVMHIST_PRINT: KERNHIST_PRINT
defflag opt_uvm.h USE_TOPDOWN_VM UVMMAP_COUNTERS
defparam opt_uvm.h UVM_RESERVED_PAGES_PER_CPU
defflag opt_vmswap.h VMSWAP