x86/apic: Get rid of apic_version[] array
[deliverable/linux.git] / arch / x86 / kernel / acpi / boot.c
index 90d84c3eee53a323a775ebd8ab4055f777b81c1d..fbd19444403f8b0f2b9666086169fd5ac60820b8 100644 (file)
@@ -182,7 +182,7 @@ static int acpi_register_lapic(int id, u32 acpiid, u8 enabled)
        }
 
        if (boot_cpu_physical_apicid != -1U)
-               ver = apic_version[boot_cpu_physical_apicid];
+               ver = boot_cpu_apic_version;
 
        cpu = generic_processor_info(id, ver);
        if (cpu >= 0)
This page took 0.024057 seconds and 5 git commands to generate.