summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/pmap.h')
-rw-r--r--sys/arch/mac68k/include/pmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/pmap.h b/sys/arch/mac68k/include/pmap.h
index 6d0f75cf370..ad7cd3d90ea 100644
--- a/sys/arch/mac68k/include/pmap.h
+++ b/sys/arch/mac68k/include/pmap.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: pmap.h,v 1.19 2005/04/27 00:12:43 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.20 2011/03/23 16:54:36 pirofti Exp $ */
-#ifndef _MAC68K_PMAP_H_
-#define _MAC68K_PMAP_H_
+#ifndef _MACHINE_PMAP_H_
+#define _MACHINE_PMAP_H_
#include <m68k/pmap_motorola.h>
@@ -10,4 +10,4 @@ void pmap_init_md(void);
#define PMAP_INIT_MD() pmap_init_md()
#endif /* _KERNEL */
-#endif /* _MAC68K_PMAP_H_ */
+#endif /* _MACHINE_PMAP_H_ */