LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Core duo processor (https://www.linuxquestions.org/questions/linux-newbie-8/core-duo-processor-699521/)

rombin 01-24-2009 12:01 AM

Core duo processor
 
I'm recompiling kernel (2.6.28-1). I'm not sure which processor type should I choose in menuconfig for my Core Duo (not Core 2) processor (mobile version).
Should it be:
Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon ?

I don't see any option for Core Duo there.
cat /proc/cpuinfo

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2250 @ 1.73GHz
stepping : 8
cpu MHz : 1733.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor est tm2 xtpr
bogomips : 3466.76
clflush size : 64
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2250 @ 1.73GHz
stepping : 8
cpu MHz : 1733.000
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor est tm2 xtpr
bogomips : 3466.83
clflush size : 64
power management:

lurko 01-24-2009 12:15 AM

Quote:

Originally Posted by kernel config description
Intel P4 / older Netburst based Xeon (MPSC)

Optimize for Intel Pentium 4, Pentium D and older Nocona/Dempsey
Xeon CPUs with Intel 64bit which is compatible with x86-64.
Note that the latest Xeons (Xeon 51xx and 53xx) are not based on the
Netburst core and shouldn't use this option. You can distinguish them
using the cpu family field in /proc/cpuinfo. Family 15 is an older Xeon, Family 6 a newer one.

Quote:

Originally Posted by kernel config description
Core 2/newer Xeon (MCORE2)

Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 53xx)
CPUs. You can distinguish newer from older Xeons by the CPU family
in /proc/cpuinfo. Newer ones have 6 and older ones 15 (not a typo)

Choose "Core 2/newer Xeon"

rombin 01-25-2009 06:44 AM

Quote:

Originally Posted by lurko (Post 3419374)
Choose "Core 2/newer Xeon"

Thanks.
I did as you wrote and everything works fine.

lurko 01-25-2009 08:18 PM

Glad I could help :)


All times are GMT -5. The time now is 06:38 PM.