summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2015-08-20 03:43:30 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2015-08-20 03:43:30 +0000
commit7d0cf5be3510bd54458b6e070a97f8a9906a03a7 (patch)
treeab5f0995befbe22e1543adfdcf3bbc6c9d3b84a6 /sys/arch/amd64/include
parentcadc8268c266cc7d5e9977e8e5c9f60e5935998a (diff)
Remove an unused #include file from i386 and amd64 pmap.h
ok miod@, millert@, deraadt@
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/pmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h
index f7639fc04b9..15e41cc1284 100644
--- a/sys/arch/amd64/include/pmap.h
+++ b/sys/arch/amd64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.57 2015/06/29 02:54:51 mlarkin Exp $ */
+/* $OpenBSD: pmap.h,v 1.58 2015/08/20 03:43:29 mlarkin Exp $ */
/* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */
/*
@@ -70,7 +70,6 @@
#ifndef _LOCORE
#ifdef _KERNEL
-#include <sys/mman.h>
#include <machine/cpufunc.h>
#include <machine/segments.h>
#endif /* _KERNEL */