All of lore.kernel.org
 help / color / mirror / Atom feed
* Pentium-D support
@ 2005-06-07 15:06 Bill Davidsen
  2005-06-07 16:17 ` Michael Thonke
  2005-06-07 17:50 ` Siddha, Suresh B
  0 siblings, 2 replies; 6+ messages in thread
From: Bill Davidsen @ 2005-06-07 15:06 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Since this is really a question in several areas I'll put it here. Now 
that the Pentium-D processors are available at reasonable prices and for 
quick delivery, can anyone speak to the ACPI issues? The available 
boards use the 945 and 955 chipset. Is there any reason to think that 
the scheduler would get confused by the CPU, such as thinking it was HT 
or some such?

The specs indicate that 64 bit is supported, is there any actualy Linux 
support for the Intel 64 bit stuff in gcc and the kernel? One of the 
people I work with reports that the distro he runs on his Athlon64 lock 
solid after reading the boot sector, so obviously this isn't Athlon 
compatable.

The price is lower than a dual Xeon setup if you have an application 
which needs SMP, and initial power values make it look like a lower 
power solution overall.
-- 
    -bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
  last possible moment - but no longer"  -me

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

* Re: Pentium-D support
  2005-06-07 15:06 Pentium-D support Bill Davidsen
@ 2005-06-07 16:17 ` Michael Thonke
  2005-06-07 17:45   ` Bill Davidsen
  2005-06-07 17:50 ` Siddha, Suresh B
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Thonke @ 2005-06-07 16:17 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Linux Kernel Mailing List

Bill Davidsen schrieb:

> Since this is really a question in several areas I'll put it here. Now
> that the Pentium-D processors are available at reasonable prices and
> for quick delivery, can anyone speak to the ACPI issues? The available
> boards use the 945 and 955 chipset. Is there any reason to think that
> the scheduler would get confused by the CPU, such as thinking it was
> HT or some such?

There are only issues with CPUFREQ/speedstep and some ACPI related
things on Intel 955X chipset I have. So I use a ASUS P5WD2-Premium.
The Pentium D will reach me in few days so I only guess and  I think the
kernel know how to handle Physical Cores and SMT/HT Processors.

>
> The specs indicate that 64 bit is supported, is there any actualy
> Linux support for the Intel 64 bit stuff in gcc and the kernel? One of
> the people I work with reports that the distro he runs on his Athlon64
> lock solid after reading the boot sector, so obviously this isn't
> Athlon compatable.
>
Yes the 64bit support of the Intel CPUs are well supported, I use a
Intel Pentium 4 640 and 64bit compiled system (Gentoo 2005)
I have no problems everything is working nearly perfect better as my
AMD64 system.

For GCC 3.4.x or 4.0.x you only need the compile switch -march=nocona as
the name of the XEON..but its the same piece of technologie

> The price is lower than a dual Xeon setup if you have an application
> which needs SMP, and initial power values make it look like a lower
> power solution overall.

Cheep and good performance.

Greets
Best regards
    Michael

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

* Re: Pentium-D support
  2005-06-07 16:17 ` Michael Thonke
@ 2005-06-07 17:45   ` Bill Davidsen
  2005-06-07 18:18     ` Dave Jones
  2005-06-07 18:27     ` Lennart Sorensen
  0 siblings, 2 replies; 6+ messages in thread
From: Bill Davidsen @ 2005-06-07 17:45 UTC (permalink / raw)
  To: Michael Thonke; +Cc: Linux Kernel Mailing List

Michael Thonke wrote:
> Bill Davidsen schrieb:
> 
> 
>>Since this is really a question in several areas I'll put it here. Now
>>that the Pentium-D processors are available at reasonable prices and
>>for quick delivery, can anyone speak to the ACPI issues? The available
>>boards use the 945 and 955 chipset. Is there any reason to think that
>>the scheduler would get confused by the CPU, such as thinking it was
>>HT or some such?
> 
> 
> There are only issues with CPUFREQ/speedstep and some ACPI related
> things on Intel 955X chipset I have. So I use a ASUS P5WD2-Premium.
> The Pentium D will reach me in few days so I only guess and  I think the
> kernel know how to handle Physical Cores and SMT/HT Processors.
> 
> 
>>The specs indicate that 64 bit is supported, is there any actualy
>>Linux support for the Intel 64 bit stuff in gcc and the kernel? One of
>>the people I work with reports that the distro he runs on his Athlon64
>>lock solid after reading the boot sector, so obviously this isn't
>>Athlon compatable.
>>
> 
> Yes the 64bit support of the Intel CPUs are well supported, I use a
> Intel Pentium 4 640 and 64bit compiled system (Gentoo 2005)
> I have no problems everything is working nearly perfect better as my
> AMD64 system.
> 
> For GCC 3.4.x or 4.0.x you only need the compile switch -march=nocona as
> the name of the XEON..but its the same piece of technologie

Okay, unless I can find an Intel-64 build of Fedora I'll have to do it 
myself, but now that I know what option to use it's possible. Trust 
Intel to have a 64 bit standard which isn't Itanium and isn't ..quite.. 
AMD compatible.
> 
> 
>>The price is lower than a dual Xeon setup if you have an application
>>which needs SMP, and initial power values make it look like a lower
>>power solution overall.
> 
> 
> Cheep and good performance.

Thanks for the pointer!
-- 
    -bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
  last possible moment - but no longer"  -me

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

* Re: Pentium-D support
  2005-06-07 15:06 Pentium-D support Bill Davidsen
  2005-06-07 16:17 ` Michael Thonke
@ 2005-06-07 17:50 ` Siddha, Suresh B
  1 sibling, 0 replies; 6+ messages in thread
From: Siddha, Suresh B @ 2005-06-07 17:50 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Linux Kernel Mailing List

On Tue, Jun 07, 2005 at 11:06:50AM -0400, Bill Davidsen wrote:
> Is there any reason to think that 
> the scheduler would get confused by the CPU, such as thinking it was HT 
> or some such?

2.6.12-rc5 has the Intel dual core detection patches. With those, kernel
can distinguish between cores and HT logical siblings.

thanks,
suresh

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

* Re: Pentium-D support
  2005-06-07 17:45   ` Bill Davidsen
@ 2005-06-07 18:18     ` Dave Jones
  2005-06-07 18:27     ` Lennart Sorensen
  1 sibling, 0 replies; 6+ messages in thread
From: Dave Jones @ 2005-06-07 18:18 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Michael Thonke, Linux Kernel Mailing List

On Tue, Jun 07, 2005 at 01:45:43PM -0400, Bill Davidsen wrote:

 > >For GCC 3.4.x or 4.0.x you only need the compile switch -march=nocona as
 > >the name of the XEON..but its the same piece of technologie
 > 
 > Okay, unless I can find an Intel-64 build of Fedora I'll have to do it 
 > myself, but now that I know what option to use it's possible.

The standard x86-64 build of Fedora will work just fine.
(I use it daily on em64t)

		Dave


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

* Re: Pentium-D support
  2005-06-07 17:45   ` Bill Davidsen
  2005-06-07 18:18     ` Dave Jones
@ 2005-06-07 18:27     ` Lennart Sorensen
  1 sibling, 0 replies; 6+ messages in thread
From: Lennart Sorensen @ 2005-06-07 18:27 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Michael Thonke, Linux Kernel Mailing List

On Tue, Jun 07, 2005 at 01:45:43PM -0400, Bill Davidsen wrote:
> Okay, unless I can find an Intel-64 build of Fedora I'll have to do it 
> myself, but now that I know what option to use it's possible. Trust 
> Intel to have a 64 bit standard which isn't Itanium and isn't ..quite.. 
> AMD compatible.

It should be instructionset compatible (at least almost) but
optimization wise it is different since it is a very different design.

Certainly Debian's amd64 runs on both just fine, but recomends different
kernel builds for each (but also has one generic that runs on both).

Len Sorensen

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

end of thread, other threads:[~2005-06-07 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07 15:06 Pentium-D support Bill Davidsen
2005-06-07 16:17 ` Michael Thonke
2005-06-07 17:45   ` Bill Davidsen
2005-06-07 18:18     ` Dave Jones
2005-06-07 18:27     ` Lennart Sorensen
2005-06-07 17:50 ` Siddha, Suresh B

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.