diff options
Diffstat (limited to 'sys/arch/octeon/include/cpu.h')
-rw-r--r-- | sys/arch/octeon/include/cpu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/octeon/include/cpu.h b/sys/arch/octeon/include/cpu.h index 2f7ed1cd5c3..edaea5ce55b 100644 --- a/sys/arch/octeon/include/cpu.h +++ b/sys/arch/octeon/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.2 2010/11/23 18:46:29 syuu Exp $ */ +/* $OpenBSD: cpu.h,v 1.3 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 _OCTEON_CPU_H_ -#define _OCTEON_CPU_H_ +#ifndef _MACHINE_CPU_H_ +#define _MACHINE_CPU_H_ #ifdef _KERNEL #if defined(MULTIPROCESSOR) && !defined(_LOCORE) @@ -75,4 +75,4 @@ void hw_cpu_init_secondary(struct cpu_info *); #include <mips64/cpu.h> -#endif /* !_OCTEON_CPU_H_ */ +#endif /* !_MACHINE_CPU_H_ */ |