mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.4.21-pre7: Summit family (EXA) ID strings
@ 2003-04-15 22:27 James Cleverdon
  0 siblings, 0 replies; only message in thread
From: James Cleverdon @ 2003-04-15 22:27 UTC (permalink / raw)
  To: linux-kernel, Marcelo Tosatti

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

All future IBM Summit boxes are supposed to have their Product ID strings 
start with "EXA", including the forthcoming x445.


--- 2.4.21-pre7/include/asm-i386/smpboot.h.df	Tue Apr 15 15:15:39 2003
+++ 2.4.21-pre7/include/asm-i386/smpboot.h	Tue Apr 15 15:20:01 2003
@@ -21,7 +21,10 @@ static inline void detect_clustered_apic
 	/*
 	 * Can't recognize Summit xAPICs at present, so use the OEM ID.
 	 */
-	if (!strncmp(oem, "IBM ENSW", 8) && !strncmp(prod, "VIGIL SMP", 9)){
+	if (!strncmp(oem, "IBM ENSW", 8) &&
+	    (!strncmp(prod, "VIGIL SMP", 9) ||
+	     !strncmp(prod, "EXA", 3) ||
+	     !strncmp(prod, "RUTHLESS", 8))){
 		clustered_apic_mode = CLUSTERED_APIC_XAPIC;
 		apic_broadcast_id = APIC_BROADCAST_ID_XAPIC;
 		int_dest_addr_mode = APIC_DEST_PHYSICAL;


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

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

--- 2.4.21-pre7/include/asm-i386/smpboot.h.df	Tue Apr 15 15:15:39 2003
+++ 2.4.21-pre7/include/asm-i386/smpboot.h	Tue Apr 15 15:20:01 2003
@@ -21,7 +21,10 @@ static inline void detect_clustered_apic
 	/*
 	 * Can't recognize Summit xAPICs at present, so use the OEM ID.
 	 */
-	if (!strncmp(oem, "IBM ENSW", 8) && !strncmp(prod, "VIGIL SMP", 9)){
+	if (!strncmp(oem, "IBM ENSW", 8) &&
+	    (!strncmp(prod, "VIGIL SMP", 9) ||
+	     !strncmp(prod, "EXA", 3) ||
+	     !strncmp(prod, "RUTHLESS", 8))){
 		clustered_apic_mode = CLUSTERED_APIC_XAPIC;
 		apic_broadcast_id = APIC_BROADCAST_ID_XAPIC;
 		int_dest_addr_mode = APIC_DEST_PHYSICAL;

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

only message in thread, other threads:[~2003-04-15 22:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-15 22:27 [PATCH] 2.4.21-pre7: Summit family (EXA) ID strings James Cleverdon

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®