summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/vmm_ioport.c
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/vmm_ioport.c
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/vmm_ioport.c')
-rw-r--r--sys/amd64/vmm/vmm_ioport.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/vmm/vmm_ioport.c b/sys/amd64/vmm/vmm_ioport.c
index fc68a61..63044e8 100644
--- a/sys/amd64/vmm/vmm_ioport.c
+++ b/sys/amd64/vmm/vmm_ioport.c
@@ -28,16 +28,10 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/types.h>
-#include <sys/queue.h>
-#include <sys/cpuset.h>
#include <sys/systm.h>
-#include <vm/vm.h>
-
#include <machine/vmm.h>
#include <machine/vmm_instruction_emul.h>
-#include <x86/psl.h>
#include "vatpic.h"
#include "vatpit.h"
OpenPOWER on IntegriCloud