summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/cpufunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/cpufunc.h')
-rw-r--r--sys/arch/amd64/include/cpufunc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/cpufunc.h b/sys/arch/amd64/include/cpufunc.h
index dcc80a93ee5..1373e1712df 100644
--- a/sys/arch/amd64/include/cpufunc.h
+++ b/sys/arch/amd64/include/cpufunc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpufunc.h,v 1.6 2010/12/07 22:12:44 deraadt Exp $ */
+/* $OpenBSD: cpufunc.h,v 1.7 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: cpufunc.h,v 1.3 2003/05/08 10:27:43 fvdl Exp $ */
/*-
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _AMD64_CPUFUNC_H_
-#define _AMD64_CPUFUNC_H_
+#ifndef _MACHINE_CPUFUNC_H_
+#define _MACHINE_CPUFUNC_H_
/*
* Functions to provide access to i386-specific instructions.
@@ -309,4 +309,4 @@ void amd64_errata(struct cpu_info *);
#endif /* _KERNEL */
-#endif /* !_AMD64_CPUFUNC_H_ */
+#endif /* !_MACHINE_CPUFUNC_H_ */