summaryrefslogtreecommitdiffstats
path: root/sys/x86
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-02-14 19:38:04 +0000
committerjhb <jhb@FreeBSD.org>2013-02-14 19:38:04 +0000
commitca6ecf3ea583ec06754acc76a96516d5688479c0 (patch)
tree9ce69d8929bab711849cbe231b415798864b53b5 /sys/x86
parent10787524f805dbb72b195e27788e2feebcdbf75a (diff)
downloadFreeBSD-src-ca6ecf3ea583ec06754acc76a96516d5688479c0.zip
FreeBSD-src-ca6ecf3ea583ec06754acc76a96516d5688479c0.tar.gz
Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel
config file. Requested by: phk (ages ago) MFC after: 1 month
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/acpica/srat.c2
1 files changed, 2 insertions, 0 deletions
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