From: Pete P. <pp...@us...> - 2001-09-05 05:40:32
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv8533/include/asm-mips Modified Files: cpu.h Log Message: Changed the Alchemy Au1000 cpu defines and added a second define for the revision 2 part. Moved the au1000 case statement under the MIPS32 ifdef. Index: cpu.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/cpu.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cpu.h 2001/08/25 11:20:20 1.8 --- cpu.h 2001/09/05 05:40:30 1.9 *************** *** 39,43 **** */ #define PRID_IMP_R2000 0x0100 ! #define PRID_IMP_AU1000 0x0100 #define PRID_IMP_R3000 0x0200 /* Same as R2000A */ #define PRID_IMP_R6000 0x0300 /* Same as R3000A */ --- 39,44 ---- */ #define PRID_IMP_R2000 0x0100 ! #define PRID_IMP_AU1_REV1 0x0100 ! #define PRID_IMP_AU1_REV2 0x0200 #define PRID_IMP_R3000 0x0200 /* Same as R2000A */ #define PRID_IMP_R6000 0x0300 /* Same as R3000A */ |