From: James S. <jsi...@us...> - 2001-11-21 22:10:16
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv6134/asm-mips Modified Files: cpu.h Log Message: Correct PrId definitions for TX49* CPUs. Index: cpu.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/cpu.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- cpu.h 2001/11/20 17:39:15 1.14 +++ cpu.h 2001/11/21 22:10:14 1.15 @@ -88,11 +88,8 @@ #define PRID_REV_TX3922 0x0030 #define PRID_REV_TX3927 0x0040 #define PRID_REV_TX3927B 0x0041 +#define PRID_REV_TX3927C 0x0042 #define PRID_REV_TX39H3TEG 0x0050 -#define PRID_REV_TX4955 0x0011 -#define PRID_REV_TX4955A 0x0020 -#define PRID_REV_TX4927 0x0021 -#define PRID_REV_TX4927R2 0x0022 #ifndef _LANGUAGE_ASSEMBLY /* |