Module Name: src
Committed By: cherry
Date: Thu Dec 22 15:54:35 UTC 2016
Modified Files:
src/sys/uvm: uvm_physseg.h
Log Message:
Turn off uvm_hotplug option selection until we actually have it.
Should fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/uvm/uvm_physseg.h
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/uvm_physseg.h
diff -u src/sys/uvm/uvm_physseg.h:1.2 src/sys/uvm/uvm_physseg.h:1.3
--- src/sys/uvm/uvm_physseg.h:1.2 Thu Dec 22 08:15:20 2016
+++ src/sys/uvm/uvm_physseg.h Thu Dec 22 15:54:35 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_physseg.h,v 1.2 2016/12/22 08:15:20 cherry Exp $ */
+/* $NetBSD: uvm_physseg.h,v 1.3 2016/12/22 15:54:35 cherry Exp $ */
/*
* Consolidated API from uvm_page.c and others.
@@ -9,8 +9,10 @@
#define _UVM_UVM_PHYSSEG_H_
#if defined(_KERNEL_OPT)
+#if notyet
#include "opt_uvm_hotplug.h"
#endif
+#endif
#include <sys/cdefs.h>
#include <sys/param.h>