| To: | linux-mips@oss.sgi.com |
|---|---|
| Subject: | Changes to arch/mips/kernel/setup.c |
| From: | Dan Aizenstros <dan@quicklogic.com> |
| Date: | Thu, 06 Sep 2001 16:36:24 -0400 |
| Organization: | QuickLogic Canada |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.3) Gecko/20010801 |
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:
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [patch] linux 2.4.8: __dbe_table resync, Ralf Baechle |
|---|---|
| Next by Date: | oops after rtc, George Gensure |
| Previous by Thread: | linux 2.4.8: The DECstation 5000/2x0 NVRAM module driver, Maciej W. Rozycki |
| Next by Thread: | oops after rtc, George Gensure |
| Indexes: | [Date] [Thread] [Top] [All Lists] |