summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/pmap.h')
-rw-r--r--sys/arch/amd64/include/pmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h
index 17be6cc7b0e..b559ff03244 100644
--- a/sys/arch/amd64/include/pmap.h
+++ b/sys/arch/amd64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.37 2010/12/26 15:40:59 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.38 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */
/*
@@ -72,8 +72,8 @@
* pmap.h: see pmap.c for the history of this pmap module.
*/
-#ifndef _AMD64_PMAP_H_
-#define _AMD64_PMAP_H_
+#ifndef _MACHINE_PMAP_H_
+#define _MACHINE_PMAP_H_
#ifndef _LOCORE
#include <machine/cpufunc.h>
@@ -570,4 +570,4 @@ kvtopte(vaddr_t va)
#define __HAVE_PMAP_DIRECT
#endif /* _KERNEL && !_LOCORE */
-#endif /* _AMD64_PMAP_H_ */
+#endif /* _MACHINE_PMAP_H_ */