lkml.org 
[lkml]   [2002]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] (Correction) 2.4.18 model 0x02 CPU for family 0x0F
Thanks to Jeff Nguyen for pointing out this error.  The P4 XEON processors
are orficially referred to as XEON processors by Intel.

Patch adds the ident of model 0x02 to family 0x0F.

A rose by any other name..

Regards,
James Bourne

--
James Bourne, Supervisor Data Centre Operations
Mount Royal College, Calgary, AB, CA
www.mtroyal.ab.ca

******************************************************************************
This communication is intended for the use of the recipient to which it is
addressed, and may contain confidential, personal, and or privileged
information. Please contact the sender immediately if you are not the
intended recipient of this communication, and do not copy, distribute, or
take action relying on it. Any communication received in error, or
subsequent reply, should be deleted or destroyed.
******************************************************************************


--- linux-2.4.18/arch/i386/kernel/mpparse.c~ Sat Apr 20 15:59:10 2002
+++ linux-2.4.18/arch/i386/kernel/mpparse.c Sat Apr 20 16:03:10 2002
@@ -113,6 +113,8 @@
case 0x0F:
if (model == 0x00)
return("Pentium 4(tm)");
+ if (model == 0x02)
+ return("XEON(tm)");
if (model == 0x0F)
return("Special controller");
}
\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.031 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site