lkml.org 
[lkml]   [1999]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: PowerPC 7400 (G4) cpu fix

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/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.022 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site