|
@@ -239,10 +239,8 @@ static void __cpuinit acpi_register_lapic(int id, u8 enabled)
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_X86_32
|
|
|
if (boot_cpu_physical_apicid != -1U)
|
|
|
ver = apic_version[boot_cpu_physical_apicid];
|
|
|
-#endif
|
|
|
|
|
|
generic_processor_info(id, ver);
|
|
|
}
|
|
@@ -762,10 +760,8 @@ static void __init acpi_register_lapic_address(unsigned long address)
|
|
|
set_fixmap_nocache(FIX_APIC_BASE, address);
|
|
|
if (boot_cpu_physical_apicid == -1U) {
|
|
|
boot_cpu_physical_apicid = read_apic_id();
|
|
|
-#ifdef CONFIG_X86_32
|
|
|
apic_version[boot_cpu_physical_apicid] =
|
|
|
GET_APIC_VERSION(apic_read(APIC_LVR));
|
|
|
-#endif
|
|
|
}
|
|
|
}
|
|
|
|