svn commit: r262349 - in stable/10/sys/amd64/vmm: . intel
John Baldwin
jhb at FreeBSD.org
Sat Feb 22 23:34:41 UTC 2014
Author: jhb
Date: Sat Feb 22 23:34:39 2014
New Revision: 262349
URL: http://svnweb.freebsd.org/changeset/base/262349
Log:
MFC 257297:
Remove unnecessary includes of <machine/pmap.h>
Modified:
stable/10/sys/amd64/vmm/intel/vmcs.c
stable/10/sys/amd64/vmm/intel/vmx.c
stable/10/sys/amd64/vmm/intel/vmx_genassym.c
stable/10/sys/amd64/vmm/intel/vtd.c
stable/10/sys/amd64/vmm/vmm.c
stable/10/sys/amd64/vmm/vmm_dev.c
stable/10/sys/amd64/vmm/vmm_instruction_emul.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/amd64/vmm/intel/vmcs.c
==============================================================================
--- stable/10/sys/amd64/vmm/intel/vmcs.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/intel/vmcs.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -39,8 +39,6 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/segments.h>
-#include <machine/pmap.h>
-
#include <machine/vmm.h>
#include "vmm_host.h"
#include "vmcs.h"
Modified: stable/10/sys/amd64/vmm/intel/vmx.c
==============================================================================
--- stable/10/sys/amd64/vmm/intel/vmx.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/intel/vmx.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <machine/psl.h>
#include <machine/cpufunc.h>
#include <machine/md_var.h>
-#include <machine/pmap.h>
#include <machine/segments.h>
#include <machine/specialreg.h>
#include <machine/vmparam.h>
Modified: stable/10/sys/amd64/vmm/intel/vmx_genassym.c
==============================================================================
--- stable/10/sys/amd64/vmm/intel/vmx_genassym.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/intel/vmx_genassym.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -38,8 +38,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
-
#include <machine/vmm.h>
#include "vmx.h"
#include "vmx_cpufunc.h"
Modified: stable/10/sys/amd64/vmm/intel/vtd.c
==============================================================================
--- stable/10/sys/amd64/vmm/intel/vtd.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/intel/vtd.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcireg.h>
-#include <machine/pmap.h>
#include <machine/vmparam.h>
#include <contrib/dev/acpica/include/acpi.h>
Modified: stable/10/sys/amd64/vmm/vmm.c
==============================================================================
--- stable/10/sys/amd64/vmm/vmm.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/vmm.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$");
#include <machine/pcb.h>
#include <machine/smp.h>
#include <x86/apicreg.h>
-#include <machine/pmap.h>
#include <machine/vmparam.h>
#include <machine/vmm.h>
Modified: stable/10/sys/amd64/vmm/vmm_dev.c
==============================================================================
--- stable/10/sys/amd64/vmm/vmm_dev.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/vmm_dev.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <vm/vm_map.h>
-#include <machine/pmap.h>
#include <machine/vmparam.h>
#include <machine/vmm.h>
#include <machine/vmm_dev.h>
Modified: stable/10/sys/amd64/vmm/vmm_instruction_emul.c
==============================================================================
--- stable/10/sys/amd64/vmm/vmm_instruction_emul.c Sat Feb 22 23:32:33 2014 (r262348)
+++ stable/10/sys/amd64/vmm/vmm_instruction_emul.c Sat Feb 22 23:34:39 2014 (r262349)
@@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
#include <machine/vmparam.h>
#include <machine/vmm.h>
#else /* !_KERNEL */
More information about the svn-src-stable
mailing list