Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv3339
Modified Files:
setup.c
Log Message:
Small sync.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/setup.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** setup.c 2001/09/05 05:40:29 1.12
--- setup.c 2001/09/06 17:08:19 1.13
***************
*** 321,325 ****
mips_cpu.cputype = CPU_4KSC;
cpu_4kc:
! /* Why do we set all these options by default, THEN query them?? */
mips_cpu.cputype = MIPS_CPU_ISA_M32;
mips_cpu.options = MIPS_CPU_TLB | MIPS_CPU_4KEX |
--- 321,328 ----
mips_cpu.cputype = CPU_4KSC;
cpu_4kc:
! /*
! * Why do we set all these options by default, THEN
! * query them??
! */
mips_cpu.cputype = MIPS_CPU_ISA_M32;
mips_cpu.options = MIPS_CPU_TLB | MIPS_CPU_4KEX |
|