Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv6008
Modified Files:
setup.c
Log Message:
Oops a nasty mistake that will not let it compile. Now fixed.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** setup.c 2001/09/06 17:08:19 1.13
--- setup.c 2001/09/06 17:16:51 1.14
***************
*** 377,381 ****
mips_cpu.scache.flags = MIPS_CACHE_NOT_PRESENT;
break;
- #endif
default:
mips_cpu.cputype = CPU_UNKNOWN;
--- 377,380 ----
***************
*** 383,386 ****
--- 382,386 ----
}
break;
+ #endif
case PRID_COMP_SIBYTE:
switch (mips_cpu.processor_id & 0xff00) {
|