summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-10-11 03:19:26 +0000
committerneel <neel@FreeBSD.org>2014-10-11 03:19:26 +0000
commit3e5970c8ec5a2cefdb487be72fbdb23c25e40735 (patch)
tree85b3c998776420e16dc083962d3632f1b9f4424c /sys/amd64/vmm
parentc09e1bd7e2cd849809f98acf35ce4365e11c1f5e (diff)
downloadFreeBSD-src-3e5970c8ec5a2cefdb487be72fbdb23c25e40735.zip
FreeBSD-src-3e5970c8ec5a2cefdb487be72fbdb23c25e40735.tar.gz
style(9) fixes.
Get rid of unused headers.
Diffstat (limited to 'sys/amd64/vmm')
-rw-r--r--sys/amd64/vmm/amd/npt.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/amd64/vmm/amd/npt.c b/sys/amd64/vmm/amd/npt.c
index 718ba7a..bebb4d5 100644
--- a/sys/amd64/vmm/amd/npt.c
+++ b/sys/amd64/vmm/amd/npt.c
@@ -37,13 +37,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_extern.h>
#include <machine/pmap.h>
-#include <machine/md_var.h>
-#include <machine/vmparam.h>
-#include <machine/vmm.h>
-#include "svm.h"
-#include "vmcb.h"
-#include "svm_softc.h"
#include "npt.h"
SYSCTL_DECL(_hw_vmm);
@@ -54,6 +48,7 @@ SYSCTL_INT(_hw_vmm_npt, OID_AUTO, pmap_flags, CTLFLAG_RD,
&npt_flags, 0, NULL);
#define NPT_IPIMASK 0xFF
+
/*
* AMD nested page table init.
*/
@@ -70,8 +65,6 @@ svm_npt_init(int ipinum)
return (0);
}
-
-
static int
npt_pinit(pmap_t pmap)
{
OpenPOWER on IntegriCloud