linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* memtest86 on the opteron
@ 2003-06-07 20:27 dan carpenter
  2003-06-07 21:43 ` Pavel Machek
  0 siblings, 1 reply; 11+ messages in thread
From: dan carpenter @ 2003-06-07 20:27 UTC (permalink / raw)
  To: chris; +Cc: linux-kernel

Is there anyone working on Memtest86 for the AMD Opteron?

What would be involved with making that work?

regards,
dan carpenter


-- 
_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <20030607202725.22992.qmail@email.com.suse.lists.linux.kernel>]
* Re: memtest86 on the opteron
@ 2003-06-09 20:26 Dan Carpenter
  2003-06-09 21:18 ` Dave Jones
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Carpenter @ 2003-06-09 20:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: ppokorny

Thanks all,

Here is the patch for the CPU ID.

regards,
dan carpenter
Penguin Computing

--- init.c.orig	Mon Jun  9 10:23:10 2003
+++ init.c	Mon Jun  9 10:25:44 2003
@@ -402,6 +402,16 @@
 			}
 			l1_cache = cpu_id.cache_info[3];
 			l1_cache += cpu_id.cache_info[7];
+                case 15:
+                        switch(cpu_id.model) {
+                        case 5:
+				cprint(LINE_CPU, 0, "AMD Opteron");
+				off = 11;
+				l1_cache = cpu_id.cache_info[3];
+				l1_cache += cpu_id.cache_info[7];
+				l2_cache = (cpu_id.cache_info[11] << 8);
+				l2_cache += cpu_id.cache_info[10];
+                        }
 		}
 		break;




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-06-11 16:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-07 20:27 memtest86 on the opteron dan carpenter
2003-06-07 21:43 ` Pavel Machek
2003-06-08  2:52   ` Bryan O'Sullivan
2003-06-08  8:06     ` Pavel Machek
     [not found] <20030607202725.22992.qmail@email.com.suse.lists.linux.kernel>
     [not found] ` <20030607214356.GF667@elf.ucw.cz.suse.lists.linux.kernel>
     [not found]   ` <1055040745.27939.3.camel@camp4.serpentine.com.suse.lists.linux.kernel>
2003-06-08  6:27     ` Andi Kleen
2003-06-08  6:44       ` Warren Togami
2003-06-09 16:04         ` Eric W. Biederman
2003-06-09 20:26 Dan Carpenter
2003-06-09 21:18 ` Dave Jones
2003-06-09 21:29   ` Bryan O'Sullivan
2003-06-11 15:51     ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).