Bug #20062 build script can not detect my cpu
Submitted: 25 May 2006 5:31 Modified: 25 May 2006 5:53
Reporter: Anru Chen Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:mysql 5.2 OS:Linux (linux 2.4.27)
Assigned to: CPU Architecture:Any

[25 May 2006 5:31] Anru Chen
Description:
tried to build mysql server on my laptop running mandrake , with linux kernel 2.4.27,
the check-cpu script can not detect my cpu type:

run cat /proc/cpuinfo got following result:

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 13
model name      : Intel(R) Celeron(R) M processor         1.40GHz
stepping        : 8
cpu MHz         : 1396.566
cache size      : 64 KB
physical id     : 0
siblings        : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
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 tm pbe
runqueue        : 0

bogomips        : 2785.28

How to repeat:
need to run on a machine which out put "model name      : Intel(R) Celeron(R) M processor         1.40GHz"

Suggested fix:
looked at check-cpu script, probably need to add *Celeron(R)*M* to cpu detection code?
[25 May 2006 5:53] Tonci Grgin
Please do not submit the same bug more than once. This is a duplicate of #20061