Module Name:    src
Committed By:   matt
Date:           Tue Dec 27 06:55:12 UTC 2011

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h

Log Message:
Note that 1004K and 1074K are MT


To generate a diff of this commit:
cvs rdiff -u -r1.74.28.23 -r1.74.28.24 src/sys/arch/mips/include/cpuregs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/cpuregs.h
diff -u src/sys/arch/mips/include/cpuregs.h:1.74.28.23 src/sys/arch/mips/include/cpuregs.h:1.74.28.24
--- src/sys/arch/mips/include/cpuregs.h:1.74.28.23	Fri Dec 23 17:55:50 2011
+++ src/sys/arch/mips/include/cpuregs.h	Tue Dec 27 06:55:12 2011
@@ -877,8 +877,8 @@
 #define	MIPS_34K	0x95	/* MIPS 34K			ISA 32  R2 MT */
 #define	MIPS_24KE	0x96	/* MIPS 24KEc			ISA 32  Rel 2 */
 #define	MIPS_74K	0x97	/* MIPS 74Kc/74Kf		ISA 32  Rel 2 */
-#define	MIPS_1004K	0x99	/* MIPS 1004Kc/1004Kf		ISA 32  Rel 2 */
-#define	MIPS_1074K	0x9a	/* MIPS 1074K			ISA 32  Rel 2 */
+#define	MIPS_1004K	0x99	/* MIPS 1004Kc/1004Kf		ISA 32  R2 MT */
+#define	MIPS_1074K	0x9a	/* MIPS 1074K			ISA 32  R2 MT */
 
 /*
  * Alchemy (company ID 3) use the processor ID field to donote the CPU core

Reply via email to