x86/apic: Get rid of apic_version[] array
[deliverable/linux.git] / arch / x86 / kernel / apic / probe_32.c
index 7c43e716c158de0799760a5537ec05a5bd272a9f..563096267ca20ac702e8f0f36ef41b9ae484f582 100644 (file)
@@ -152,7 +152,7 @@ early_param("apic", parse_apic);
 
 void __init default_setup_apic_routing(void)
 {
-       int version = apic_version[boot_cpu_physical_apicid];
+       int version = boot_cpu_apic_version;
 
        if (num_possible_cpus() > 8) {
                switch (boot_cpu_data.x86_vendor) {
This page took 0.0265609999999999 seconds and 5 git commands to generate.