public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.26 APIC BUG when booting Xeon box
@ 2002-07-19 17:46 david
  0 siblings, 0 replies; only message in thread
From: david @ 2002-07-19 17:46 UTC (permalink / raw)
  To: linux-kernel

Upon compiling 2.5.26 on a 4-CPU 1.6GHz Pentium Xeon box, I get the message "kernel BUG at smpboot.c:1128!"

Below is the statement that triggers the oops:
	if (GET_APIC_ID(apic_read(APIC_ID)) != boot_cpu_physical_apicid)
		BUG();

This occurs both with Hyper-Threading on and off in the BIOS, and with CONFIG_PENTIUMIII and CONFIG_PENTIUM4.  Note that 2.4.x kernels boot fine.

/proc/cpuinfo is below.  Please cc: me on replies.

Thanks,

David
--------------------------------
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 15
model		: 1
model name	: Intel(R) Genuine CPU 1.60GHz
stepping	: 1
cpu MHz		: 1594.859
cache size	: 256 KB
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 pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 3185.04

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-19 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19 17:46 2.5.26 APIC BUG when booting Xeon box david

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox