From c34a2858c6307d178536eacfee4073137225e566 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 26 Jun 1997 17:58:21 +0000 Subject: Thu Jun 26 13:48:31 1997 Thomas Bushnell, n/BSG * include/mach/machine.h (CPU_TYPE_I486, CPU_TYPE_PENTIUM, CPU_TYPE_PENTIUMPRO, CPU_TYPE_POWERPC): New CPU types. These conform to current OSF Mach values, but note that some of the various subtypes are different. --- include/mach/machine.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/mach/machine.h') diff --git a/include/mach/machine.h b/include/mach/machine.h index a6100a2..df8d2a6 100644 --- a/include/mach/machine.h +++ b/include/mach/machine.h @@ -109,6 +109,10 @@ extern struct machine_slot machine_slot[NCPUS]; #define CPU_TYPE_SPARC ((cpu_type_t) 14) #define CPU_TYPE_I860 ((cpu_type_t) 15) #define CPU_TYPE_ALPHA ((cpu_type_t) 16) +#define CPU_TYPE_I486 ((cpu_type_t) 17) +#define CPU_TYPE_PENTIUM ((cpu_type_t) 18) +#define CPU_TYPE_PENTIUMPRO ((cpu_type_t) 19) +#define CPU_TYPE_POWERPC ((cpu_type_t) 20) /* * Machine subtypes (these are defined here, instead of in a machine -- cgit v1.2.3