patch-2.2.8 linux/include/asm-i386/processor.h
Next file: linux/include/asm-i386/system.h
Previous file: linux/include/asm-i386/mtrr.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Tue May 11 10:35:44 1999
- Orig file:
v2.2.7/linux/include/asm-i386/processor.h
- Orig date:
Tue Jan 19 11:32:53 1999
diff -u --recursive --new-file v2.2.7/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -35,6 +35,7 @@
call */
int fdiv_bug;
int f00f_bug;
+ int coma_bug;
unsigned long loops_per_sec;
unsigned long *pgd_quick;
unsigned long *pte_quick;
@@ -119,12 +120,17 @@
/*
* Cyrix CPU configuration register indexes
*/
+#define CX86_CCR0 0xc0
+#define CX86_CCR1 0xc1
#define CX86_CCR2 0xc2
#define CX86_CCR3 0xc3
#define CX86_CCR4 0xe8
#define CX86_CCR5 0xe9
+#define CX86_CCR6 0xea
#define CX86_DIR0 0xfe
#define CX86_DIR1 0xff
+#define CX86_ARR_BASE 0xc4
+#define CX86_RCR_BASE 0xdc
/*
* Cyrix CPU indexed register access macros
@@ -148,6 +154,7 @@
extern unsigned int machine_id;
extern unsigned int machine_submodel_id;
extern unsigned int BIOS_revision;
+extern unsigned int mca_pentium_flag;
/*
* User space process size: 3GB (default).
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)