diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index e716c1c7e29b..b49d00bd8be6 100644 --- a/sys/amd64/include/cpu.h +++ b/sys/amd64/include/cpu.h @@ -34,18 +34,17 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $Id: cpu.h,v 1.7 1994/08/13 03:49:48 wollman Exp $ + * $Id: cpu.h,v 1.8 1994/09/16 01:05:24 ache Exp $ */ #ifndef _MACHINE_CPU_H_ -#define _MACHINE_CPU_H_ 1 +#define _MACHINE_CPU_H_ /* * Definitions unique to i386 cpu support. */ #include #include -#include /* * definitions of cpu-dependent requirements @@ -90,7 +89,7 @@ /* * pull in #defines for kinds of processors */ -#include "machine/cputypes.h" +#include struct cpu_nameclass { char *cpu_name; @@ -117,4 +116,5 @@ extern int cpu; extern int cpu_class; extern struct cpu_nameclass i386_cpus[]; #endif -#endif /* _MACHINE_CPU_H_ */ + +#endif /* !_MACHINE_CPU_H_ */ diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index e716c1c7e29b..b49d00bd8be6 100644 --- a/sys/i386/include/cpu.h +++ b/sys/i386/include/cpu.h @@ -34,18 +34,17 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $Id: cpu.h,v 1.7 1994/08/13 03:49:48 wollman Exp $ + * $Id: cpu.h,v 1.8 1994/09/16 01:05:24 ache Exp $ */ #ifndef _MACHINE_CPU_H_ -#define _MACHINE_CPU_H_ 1 +#define _MACHINE_CPU_H_ /* * Definitions unique to i386 cpu support. */ #include #include -#include /* * definitions of cpu-dependent requirements @@ -90,7 +89,7 @@ /* * pull in #defines for kinds of processors */ -#include "machine/cputypes.h" +#include struct cpu_nameclass { char *cpu_name; @@ -117,4 +116,5 @@ extern int cpu; extern int cpu_class; extern struct cpu_nameclass i386_cpus[]; #endif -#endif /* _MACHINE_CPU_H_ */ + +#endif /* !_MACHINE_CPU_H_ */