Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Turn off uvm_hotplug option selection until we actua...



details:   https://anonhg.NetBSD.org/src/rev/fd7213c37dec
branches:  trunk
changeset: 819908:fd7213c37dec
user:      cherry <cherry%NetBSD.org@localhost>
date:      Thu Dec 22 15:54:35 2016 +0000

description:
Turn off uvm_hotplug option selection until we actually have it.

Should fix the build.

diffstat:

 sys/uvm/uvm_physseg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f955a03166da -r fd7213c37dec sys/uvm/uvm_physseg.h
--- a/sys/uvm/uvm_physseg.h     Thu Dec 22 14:47:53 2016 +0000
+++ b/sys/uvm/uvm_physseg.h     Thu Dec 22 15:54:35 2016 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index