summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/include/cpu.h')
-rw-r--r--sys/arch/sgi/include/cpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/include/cpu.h b/sys/arch/sgi/include/cpu.h
index 011721c63fe..41ba8aa4834 100644
--- a/sys/arch/sgi/include/cpu.h
+++ b/sys/arch/sgi/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.11 2010/09/11 11:29:50 syuu Exp $ */
+/* $OpenBSD: cpu.h,v 1.12 2011/03/23 16:54:36 pirofti Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -41,8 +41,8 @@
* from: @(#)cpu.h 8.4 (Berkeley) 1/4/94
*/
-#ifndef _SGI_CPU_H_
-#define _SGI_CPU_H_
+#ifndef _MACHINE_CPU_H_
+#define _MACHINE_CPU_H_
#ifdef _KERNEL
#if defined(MULTIPROCESSOR) && !defined(_LOCORE)
@@ -78,4 +78,4 @@ void hw_cpu_init_secondary(struct cpu_info *);
#include <mips64/cpu.h>
-#endif /* !_SGI_CPU_H_ */
+#endif /* !_MACHINE_CPU_H_ */