summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/pmap.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2016-05-13 20:14:41 +0000
committeralc <alc@FreeBSD.org>2016-05-13 20:14:41 +0000
commitdcd0f3bb889361fec729e3bc031dcd847c8d3afd (patch)
tree70ea215e61e095edcb0ef0938875f1a459435ca5 /sys/amd64/amd64/pmap.c
parent2cdbb70fc045aec2cdd12721e4a83890f2aea5b4 (diff)
downloadFreeBSD-src-dcd0f3bb889361fec729e3bc031dcd847c8d3afd.zip
FreeBSD-src-dcd0f3bb889361fec729e3bc031dcd847c8d3afd.tar.gz
Eliminate an unused #include. For a brief period of time, _unrhdr.h was
used to implement PCID support on amd64. Reviewed by: kib
Diffstat (limited to 'sys/amd64/amd64/pmap.c')
-rw-r--r--sys/amd64/amd64/pmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index a7c879c..f7c0ad1 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -119,7 +119,6 @@ __FBSDID("$FreeBSD$");
#include <sys/vmmeter.h>
#include <sys/sched.h>
#include <sys/sysctl.h>
-#include <sys/_unrhdr.h>
#include <sys/smp.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud