Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv26023/include/asm-mips
Modified Files:
cpu.h
Log Message:
define CPU_20KC to make compiler happy.
Index: cpu.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/cpu.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cpu.h 29 May 2002 18:19:58 -0000 1.27
+++ cpu.h 11 Jun 2002 15:43:54 -0000 1.28
@@ -147,7 +147,7 @@
CPU_5KC, CPU_R4310, CPU_SB1, CPU_TX3912, CPU_TX3922, CPU_TX3927,
CPU_AU1000, CPU_4KEC, CPU_4KSC, CPU_VR41XX, CPU_R5500, CPU_TX49XX,
CPU_TX39XX, CPU_AU1500, CPU_R5900, CPU_RC32300, CPU_SR7100,
- CPU_AU1100, CPU_LAST
+ CPU_AU1100, CPU_20KC, CPU_LAST
};
#endif
|