From 3e5970c8ec5a2cefdb487be72fbdb23c25e40735 Mon Sep 17 00:00:00 2001 From: neel Date: Sat, 11 Oct 2014 03:19:26 +0000 Subject: style(9) fixes. Get rid of unused headers. --- sys/amd64/vmm/amd/npt.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sys/amd64/vmm') 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 #include -#include -#include -#include -#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) { -- cgit v1.1