From: Paul M. <le...@us...> - 2002-05-29 18:20:04
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv29039/arch/mips/kernel Modified Files: setup.c Log Message: Build fixes. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- setup.c 28 May 2002 20:57:27 -0000 1.63 +++ setup.c 29 May 2002 18:19:58 -0000 1.64 @@ -603,8 +603,8 @@ mips_cpu.isa_level = MIPS_CPU_ISA_M64; mips_cpu.options = MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4KTLB | MIPS_CPU_FPU | - MIPS_CPU_FPUEX | MIPS_CPU_COUNTER | - MIPS_CPU_DIVEC | MIPS_CPU_MCHECK; + MIPS_CPU_COUNTER | MIPS_CPU_DIVEC | + MIPS_CPU_MCHECK; mips_cpu.scache.ways = 8; break; } |