Deleted Added
full compact
27c27
< * $Id: cputypes.h,v 1.8 1997/03/22 18:53:03 kato Exp $
---
> * $Id: cputypes.h,v 1.9 1997/04/26 04:08:54 kato Exp $
31c31
< #define _MACHINE_CPUTYPES_H_ 1
---
> #define _MACHINE_CPUTYPES_H_
34c34
< * Classes of Processor
---
> * Classes of processor.
36d35
<
41c40
< #define CPUCLASS_686 4
---
> #define CPUCLASS_686 4
44c43
< * Kinds of Processor
---
> * Kinds of processor.
46d44
<
54c52
< #define CPU_686 7 /* Pentium Pro */
---
> #define CPU_686 7 /* Pentium Pro */
59c57
< #define CPU_NX586 12 /* NexGen (now AMD) 586 */
---
> #define CPU_NX586 12 /* NexGen (now AMD) 586 */
61c59,70
< #endif /* _MACHINE_CPUTYPES_H_ */
---
>
> #ifndef LOCORE
> struct cpu_nameclass {
> char *cpu_name;
> int cpu_class;
> };
>
> extern int cpu;
> extern int cpu_class;
> #endif
>
> #endif /* !_MACHINE_CPUTYPES_H_ */