Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Changes to arch/mips/kernel/setup.c
@ 2001-09-06 20:36 Dan Aizenstros
  0 siblings, 0 replies; only message in thread
From: Dan Aizenstros @ 2001-09-06 20:36 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

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

[-- Attachment #2: setup.c.diff --]
[-- Type: text/plain, Size: 602 bytes --]

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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-06 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-06 20:36 Changes to arch/mips/kernel/setup.c Dan Aizenstros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox