PATCH: PowerPC 7400 (G4) cpu fix

ani joshi (ajoshi@wam.umd.edu)
Mon, 27 Sep 1999 11:48:14 -0400 (EDT)


The patch below will properly identify a PowerPC 7400 (G4)
processor.

ani
(please cc any replise to me as i am not subscribed to this list, thanks)

--- linux.orig/arch/ppc/kernel/setup.c Mon Sep 27 08:37:09 1999
+++ linux/arch/ppc/kernel/setup.c Mon Sep 27 08:36:43 1999
@@ -246,6 +246,9 @@
case 10:
len += sprintf(len+buffer, "604ev5 (MachV)\n");
break;
+ case 12:
+ len += sprintf(len+buffer, "7400 (G4)\n");
+ break;
case 50:
len += sprintf(len+buffer, "821\n");
case 80:

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/