|
From: Steve L. <slo...@us...> - 2002-06-13 18:26:09
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv22884 Modified Files: cpu.h Log Message: Brought in PRID_IMP_20KC from OSS. Index: cpu.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/cpu.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- cpu.h 11 Jun 2002 15:43:54 -0000 1.28 +++ cpu.h 13 Jun 2002 18:26:04 -0000 1.29 @@ -66,6 +66,7 @@ #define PRID_IMP_R5500 0x5500 #define PRID_IMP_4KC 0x8000 #define PRID_IMP_5KC 0x8100 +#define PRID_IMP_20KC 0x8200 #define PRID_IMP_4KEC 0x8400 #define PRID_IMP_4KSC 0x8600 |