Hello All, The latest changes to the setup.c file does not work correctly and cause a compile failure. I have attached a patch which fixes it. Dan Aizenstros QuickLogic Canada
Index: setup.c =================================================================== RCS file: /cvs/linux/arch/mips/kernel/setup.c,v retrieving revision 1.70 diff -u -r1.70 setup.c --- setup.c 2001/09/06 02:42:30 1.70 +++ setup.c 2001/09/06 20:32:43 @@ -367,12 +367,12 @@ mips_cpu.options |= MIPS_CPU_FPU; mips_cpu.scache.flags = MIPS_CACHE_NOT_PRESENT; break; -#endif /* CONFIG_CPU_MIPS32 */ default: mips_cpu.cputype = CPU_UNKNOWN; break; } break; +#endif /* CONFIG_CPU_MIPS32 */ case PRID_COMP_SIBYTE: switch (mips_cpu.processor_id & 0xff00) { case PRID_IMP_SB1: