* What processor type?
@ 2006-11-12 17:01 Stephen Clark
2006-11-12 20:37 ` Arjan van de Ven
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Clark @ 2006-11-12 17:01 UTC (permalink / raw)
To: linux-kernel
Hello List,
Could someone tell me what processor type I should select during kernel
config for
an Intel Core 2 Duo T5600 chip.
Thanks,
Steve
--
"They that give up essential liberty to obtain temporary safety,
deserve neither liberty nor safety." (Ben Franklin)
"The course of history shows that as a government grows, liberty
decreases." (Thomas Jefferson)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What processor type?
2006-11-12 17:01 What processor type? Stephen Clark
@ 2006-11-12 20:37 ` Arjan van de Ven
2006-11-13 14:46 ` Mark Lord
0 siblings, 1 reply; 4+ messages in thread
From: Arjan van de Ven @ 2006-11-12 20:37 UTC (permalink / raw)
To: Stephen.Clark; +Cc: linux-kernel
On Sun, 2006-11-12 at 12:01 -0500, Stephen Clark wrote:
> Hello List,
>
> Could someone tell me what processor type I should select during kernel
> config for
> an Intel Core 2 Duo T5600 chip.
the x86-64 "generic" option works best:
config GENERIC_CPU
bool "Generic-x86-64"
help
Generic x86-64 CPU.
that one.
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What processor type?
2006-11-12 20:37 ` Arjan van de Ven
@ 2006-11-13 14:46 ` Mark Lord
2006-11-13 14:52 ` Arjan van de Ven
0 siblings, 1 reply; 4+ messages in thread
From: Mark Lord @ 2006-11-13 14:46 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: Stephen.Clark, linux-kernel
Arjan van de Ven wrote:
> On Sun, 2006-11-12 at 12:01 -0500, Stephen Clark wrote:
>> Hello List,
>>
>> Could someone tell me what processor type I should select during kernel
>> config for
>> an Intel Core 2 Duo T5600 chip.
>
> the x86-64 "generic" option works best:
For 32-bit kernels, I suppose it should be one of Pentium-M or Pentium-4.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What processor type?
2006-11-13 14:46 ` Mark Lord
@ 2006-11-13 14:52 ` Arjan van de Ven
0 siblings, 0 replies; 4+ messages in thread
From: Arjan van de Ven @ 2006-11-13 14:52 UTC (permalink / raw)
To: Mark Lord; +Cc: Stephen.Clark, linux-kernel
On Mon, 2006-11-13 at 09:46 -0500, Mark Lord wrote:
> Arjan van de Ven wrote:
> > On Sun, 2006-11-12 at 12:01 -0500, Stephen Clark wrote:
> >> Hello List,
> >>
> >> Could someone tell me what processor type I should select during kernel
> >> config for
> >> an Intel Core 2 Duo T5600 chip.
> >
> > the x86-64 "generic" option works best:
>
> For 32-bit kernels, I suppose it should be one of Pentium-M or Pentium-4.
Pentium-M. Pentium-4 is an entirely different microarchitecture that
needs different optimizations than the Core 2 Duo; the pentium M
optimizations will work well on a Core 2 Duo... (although to be fair,
the Core 2 Duo runs just about all code you throw at it really really
fast anyway)
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-13 14:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 17:01 What processor type? Stephen Clark
2006-11-12 20:37 ` Arjan van de Ven
2006-11-13 14:46 ` Mark Lord
2006-11-13 14:52 ` Arjan van de Ven
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.