mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: James Cleverdon <jamesclv@us.ibm.com>
To: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] 2.5.67: Summit family ID strings
Date: Tue, 15 Apr 2003 16:34:44 -0700	[thread overview]
Message-ID: <200304151634.44331.jamesclv@us.ibm.com> (raw)

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

The BIOS gang says that all future Summit family (EXA) boxes will have Product 
ID strings starting with EXA.  This includes the forthcoming x445.


diff -pru 2.5.67/include/asm-i386/mach-summit/mach_mpparse.h 
t67/include/asm-i386/mach-summit/mach_mpparse.h
--- 2.5.67/include/asm-i386/mach-summit/mach_mpparse.h	Mon Apr  7 10:31:10 
2003
+++ t67/include/asm-i386/mach-summit/mach_mpparse.h	Tue Apr 15 16:20:43 2003
@@ -19,6 +19,7 @@ static inline void mps_oem_check(struct 
 {
 	if (!strncmp(oem, "IBM ENSW", 8) && 
 			(!strncmp(productid, "VIGIL SMP", 9) 
+			 || !strncmp(productid, "EXA", 3)
 			 || !strncmp(productid, "RUTHLESS SMP", 12))){
 		x86_summit = 1;
 		use_cyclone = 1; /*enable cyclone-timer*/
@@ -28,7 +29,9 @@ static inline void mps_oem_check(struct 
 /* Hook from generic ACPI tables.c */
 static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id)
 {
-	if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "SERVIGIL", 8)){
+	if (!strncmp(oem_id, "IBM", 3) &&
+	    (!strncmp(oem_table_id, "SERVIGIL", 8)
+	     || !strncmp(oem_table_id, "EXA", 3))){
 		x86_summit = 1;
 		use_cyclone = 1; /*enable cyclone-timer*/
 	}


-- 
James Cleverdon
IBM xSeries Linux Solutions
{jamesclv(Unix, preferred), cleverdj(Notes)} at us dot ibm dot com

[-- Attachment #2: x445_2003-04-15_2.5.67 --]
[-- Type: text/x-diff, Size: 1008 bytes --]

diff -pru 2.5.67/include/asm-i386/mach-summit/mach_mpparse.h t67/include/asm-i386/mach-summit/mach_mpparse.h
--- 2.5.67/include/asm-i386/mach-summit/mach_mpparse.h	Mon Apr  7 10:31:10 2003
+++ t67/include/asm-i386/mach-summit/mach_mpparse.h	Tue Apr 15 16:20:43 2003
@@ -19,6 +19,7 @@ static inline void mps_oem_check(struct 
 {
 	if (!strncmp(oem, "IBM ENSW", 8) && 
 			(!strncmp(productid, "VIGIL SMP", 9) 
+			 || !strncmp(productid, "EXA", 3)
 			 || !strncmp(productid, "RUTHLESS SMP", 12))){
 		x86_summit = 1;
 		use_cyclone = 1; /*enable cyclone-timer*/
@@ -28,7 +29,9 @@ static inline void mps_oem_check(struct 
 /* Hook from generic ACPI tables.c */
 static inline void acpi_madt_oem_check(char *oem_id, char *oem_table_id)
 {
-	if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "SERVIGIL", 8)){
+	if (!strncmp(oem_id, "IBM", 3) &&
+	    (!strncmp(oem_table_id, "SERVIGIL", 8)
+	     || !strncmp(oem_table_id, "EXA", 3))){
 		x86_summit = 1;
 		use_cyclone = 1; /*enable cyclone-timer*/
 	}

                 reply	other threads:[~2003-04-15 23:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200304151634.44331.jamesclv@us.ibm.com \
    --to=jamesclv@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®