aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
diff options
context:
space:
mode:
authorSvatopluk Kraus <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
committerSvatopluk Kraus <skra@FreeBSD.org>2016-02-22 09:02:20 +0000
commita1e1814d763ae0dd1c50a85bbd6884969ed26126 (patch)
tree556a460f8cc515163546f02c872c1deb001fb20c /sys/x86
parented3960349bd87a4f3f3d9a1189b5425ec677797e (diff)
downloadsrc-a1e1814d763ae0dd1c50a85bbd6884969ed26126.tar.gz
src-a1e1814d763ae0dd1c50a85bbd6884969ed26126.zip
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
include it explicitly when <vm/pmap.h> is already included. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D5373
Notes
Notes: svn path=/head/; revision=295880
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/acpica/acpi_wakeup.c1
-rw-r--r--sys/x86/x86/nexus.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/x86/acpica/acpi_wakeup.c b/sys/x86/acpica/acpi_wakeup.c
index bc1c55caf955..e05d54298ee0 100644
--- a/sys/x86/acpica/acpi_wakeup.c
+++ b/sys/x86/acpica/acpi_wakeup.c
@@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$");
#include <machine/intr_machdep.h>
#include <x86/mca.h>
#include <machine/pcb.h>
-#include <machine/pmap.h>
#include <machine/specialreg.h>
#include <machine/md_var.h>
diff --git a/sys/x86/x86/nexus.c b/sys/x86/x86/nexus.c
index 9f68e506e2ee..ab006136791d 100644
--- a/sys/x86/x86/nexus.c
+++ b/sys/x86/x86/nexus.c
@@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$");
#include <machine/vmparam.h>
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <machine/pmap.h>
#include <machine/metadata.h>
#include <machine/nexusvar.h>