summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options1
-rw-r--r--sys/vm/vm_phys.c1
-rw-r--r--sys/x86/acpica/srat.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 5722ac4..ab5d153 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -588,6 +588,7 @@ VFS_BIO_DEBUG opt_global.h
VM_KMEM_SIZE opt_vm.h
VM_KMEM_SIZE_SCALE opt_vm.h
VM_KMEM_SIZE_MAX opt_vm.h
+VM_NDOMAIN opt_vm.h
VM_NRESERVLEVEL opt_vm.h
VM_LEVEL_0_ORDER opt_vm.h
NO_SWAPPING opt_vm.h
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
index 9cfea23..0609895 100644
--- a/sys/vm/vm_phys.c
+++ b/sys/vm/vm_phys.c
@@ -40,6 +40,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
+#include "opt_vm.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/x86/acpica/srat.c b/sys/x86/acpica/srat.c
index 6c6eb8f..d440de7 100644
--- a/sys/x86/acpica/srat.c
+++ b/sys/x86/acpica/srat.c
@@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_vm.h"
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud