summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/intel
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2015-04-30 22:23:22 +0000
committerneel <neel@FreeBSD.org>2015-04-30 22:23:22 +0000
commit9cbb7c919e9ddc777fc904968d3fcf5bd660116c (patch)
tree6d755df226ec4a7208dc6810c79125646aa3061d /sys/amd64/vmm/intel
parent3bda2891f8cdbb96150e67f363f0e26cbb6a5b9b (diff)
downloadFreeBSD-src-9cbb7c919e9ddc777fc904968d3fcf5bd660116c.zip
FreeBSD-src-9cbb7c919e9ddc777fc904968d3fcf5bd660116c.tar.gz
Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.
Only a subset of source files that include <machine/vmm.h> need to use the APIs that require the inclusion of <sys/cpuset.h>. MFC after: 1 week
Diffstat (limited to 'sys/amd64/vmm/intel')
-rw-r--r--sys/amd64/vmm/intel/vmx_msr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/vmm/intel/vmx_msr.c b/sys/amd64/vmm/intel/vmx_msr.c
index d54304d..526b0d1 100644
--- a/sys/amd64/vmm/intel/vmx_msr.c
+++ b/sys/amd64/vmm/intel/vmx_msr.c
@@ -31,7 +31,6 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/cpuset.h>
#include <machine/clock.h>
#include <machine/cpufunc.h>
OpenPOWER on IntegriCloud