summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/include/cpu.h')
-rw-r--r--sys/arch/alpha/include/cpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h
index 44f24f800e9..d7580eb9894 100644
--- a/sys/arch/alpha/include/cpu.h
+++ b/sys/arch/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.42 2010/11/28 21:00:04 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.43 2011/03/23 16:54:34 pirofti Exp $ */
/* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */
/*-
@@ -69,8 +69,8 @@
* @(#)cpu.h 8.4 (Berkeley) 1/5/94
*/
-#ifndef _ALPHA_CPU_H_
-#define _ALPHA_CPU_H_
+#ifndef _MACHINE_CPU_H_
+#define _MACHINE_CPU_H_
#ifndef NO_IEEE
typedef union alpha_s_float {
@@ -414,4 +414,4 @@ void alpha_enable_fp(struct proc *, int);
#endif
#endif /* _KERNEL */
-#endif /* _ALPHA_CPU_H_ */
+#endif /* _MACHINE_CPU_H_ */