|
@@ -356,7 +356,7 @@ static void __cpuinit early_init_amd(struct cpuinfo_x86 *c)
|
|
#endif
|
|
#endif
|
|
#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_PCI)
|
|
#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_PCI)
|
|
/* check CPU config space for extended APIC ID */
|
|
/* check CPU config space for extended APIC ID */
|
|
- if (c->x86 >= 0xf) {
|
|
|
|
|
|
+ if (cpu_has_apic && c->x86 >= 0xf) {
|
|
unsigned int val;
|
|
unsigned int val;
|
|
val = read_pci_config(0, 24, 0, 0x68);
|
|
val = read_pci_config(0, 24, 0, 0x68);
|
|
if ((val & ((1 << 17) | (1 << 18))) == ((1 << 17) | (1 << 18)))
|
|
if ((val & ((1 << 17) | (1 << 18))) == ((1 << 17) | (1 << 18)))
|