Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 03:19:27 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r272927 - projects/bhyve_svm/sys/amd64/vmm/amd
Message-ID:  <201410110319.s9B3JR41080504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: neel
Date: Sat Oct 11 03:19:26 2014
New Revision: 272927
URL: https://svnweb.freebsd.org/changeset/base/272927

Log:
  style(9) fixes.
  Get rid of unused headers.

Modified:
  projects/bhyve_svm/sys/amd64/vmm/amd/npt.c

Modified: projects/bhyve_svm/sys/amd64/vmm/amd/npt.c
==============================================================================
--- projects/bhyve_svm/sys/amd64/vmm/amd/npt.c	Sat Oct 11 03:09:34 2014	(r272926)
+++ projects/bhyve_svm/sys/amd64/vmm/amd/npt.c	Sat Oct 11 03:19:26 2014	(r272927)
@@ -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_f
 	&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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410110319.s9B3JR41080504>