Update of /cvsroot/linux-mips/linux/include/asm-mips64
In directory usw-pr-cvs1:/tmp/cvs-serv25806/asm-mips64
Modified Files:
bootinfo.h
Log Message:
Raise CL_SIZE from 80 to 256.
Index: bootinfo.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/bootinfo.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- bootinfo.h 12 Feb 2002 18:15:32 -0000 1.9
+++ bootinfo.h 19 Feb 2002 17:17:53 -0000 1.10
@@ -162,7 +162,7 @@
*/
#define MACH_NEC_OSPREY 0 /* Osprey eval board */
-#define CL_SIZE 80
+#define CL_SIZE (256)
const char *get_system_type(void);
|