* Dual Athlon CPU detection..
@ 2004-03-18 19:47 Thomas Davis
2004-03-18 20:52 ` Mark
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Davis @ 2004-03-18 19:47 UTC (permalink / raw)
To: lkml
I'm getting this in my /proc/cpuinfo:
[tdavis@lanshark tdavis]$ more /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) MP 2200+
stepping : 0
cpu MHz : 1800.902
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips : 3547.13
processor : 1
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon(tm) Processor
stepping : 0
cpu MHz : 1800.902
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips : 3596.28
[tdavis@lanshark tdavis]$ uname -a
Linux lanshark.nersc.gov 2.6.4-rc1-mm1 #1 SMP Tue Mar 2 14:09:44 PST 2004 i686 athlon i386 GNU/Linux
Is this a bad CPU, or a kernel bug?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Dual Athlon CPU detection..
2004-03-18 19:47 Dual Athlon CPU detection Thomas Davis
@ 2004-03-18 20:52 ` Mark
2004-03-18 21:42 ` Willy Tarreau
2004-03-18 21:47 ` Thomas Davis
0 siblings, 2 replies; 4+ messages in thread
From: Mark @ 2004-03-18 20:52 UTC (permalink / raw)
To: lkml
On March 18, 2004 12:47 pm, Thomas Davis <tadavis@lbl.gov> wrote:
> I'm getting this in my /proc/cpuinfo:
>
> [tdavis@lanshark tdavis]$ more /proc/cpuinfo
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 6
> model : 8
> model name : AMD Athlon(tm) MP 2200+
> stepping : 0
> cpu MHz : 1800.902
> cache size : 256 KB
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
> bogomips : 3547.13
>
> processor : 1
> vendor_id : AuthenticAMD
> cpu family : 6
> model : 8
> model name : AMD Athlon(tm) Processor
> stepping : 0
> cpu MHz : 1800.902
> cache size : 256 KB
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
> bogomips : 3596.28
> [tdavis@lanshark tdavis]$ uname -a
> Linux lanshark.nersc.gov 2.6.4-rc1-mm1 #1 SMP Tue Mar 2 14:09:44 PST 2004
> i686 athlon i386 GNU/Linux
>
>
> Is this a bad CPU, or a kernel bug?
AFAIK this information comes from the Bios. Some bioses don't verify that the
second CPU as being an MP. It's been known for some time. Some people were
using this to run 1 MP and 1 XP to save money on processors. However if you
were to update your bios, it might start checking both for being MPs.
Original bioses didn't even check for the first processor at one time but AMD
complained and the bioses were modified.
--
Mark Lane, CET mailto:mark@harddata.com
Hard Data Ltd. http://www.harddata.com
T: 01-780-456-9771 F: 01-780-456-9772
11060 - 166 Avenue Edmonton, AB, Canada, T5X 1Y3
--> Ask me about our Excellent 1U Systems! <--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Dual Athlon CPU detection..
2004-03-18 20:52 ` Mark
@ 2004-03-18 21:42 ` Willy Tarreau
2004-03-18 21:47 ` Thomas Davis
1 sibling, 0 replies; 4+ messages in thread
From: Willy Tarreau @ 2004-03-18 21:42 UTC (permalink / raw)
To: Mark; +Cc: lkml
On Thu, Mar 18, 2004 at 01:52:34PM -0700, Mark wrote:
> On March 18, 2004 12:47 pm, Thomas Davis <tadavis@lbl.gov> wrote:
> >
> > Is this a bad CPU, or a kernel bug?
>
> AFAIK this information comes from the Bios. Some bioses don't verify that the
> second CPU as being an MP. It's been known for some time. Some people were
> using this to run 1 MP and 1 XP to save money on processors. However if you
> were to update your bios, it might start checking both for being MPs.
> Original bioses didn't even check for the first processor at one time but AMD
> complained and the bioses were modified.
I can confirm this. I have two XP 1800 on my A7M266D, and the earlier bioses
reported different CPUs. Now after the bios upgrade, it simply reports that
they both are real MPs ! I even removed the fans once to be sure !
Cheers,
Willy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Dual Athlon CPU detection..
2004-03-18 20:52 ` Mark
2004-03-18 21:42 ` Willy Tarreau
@ 2004-03-18 21:47 ` Thomas Davis
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Davis @ 2004-03-18 21:47 UTC (permalink / raw)
To: Mark; +Cc: lkml
Mark wrote:
>
>
> AFAIK this information comes from the Bios. Some bioses don't verify that the
> second CPU as being an MP. It's been known for some time. Some people were
> using this to run 1 MP and 1 XP to save money on processors. However if you
> were to update your bios, it might start checking both for being MPs.
> Original bioses didn't even check for the first processor at one time but AMD
> complained and the bioses were modified.
>
ah, yes, that's right.
I checked - stupid bios. Thanks!
thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-18 22:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-18 19:47 Dual Athlon CPU detection Thomas Davis
2004-03-18 20:52 ` Mark
2004-03-18 21:42 ` Willy Tarreau
2004-03-18 21:47 ` Thomas Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox