[PATCH] x86: default to physical mode on hotplug CPU kernels
[firefly-linux-kernel-4.4.55.git] / arch / i386 / kernel / mpparse.c
index 4f5983c98669ad3ac42969c0fbc9b91ebd8e3472..0952eccd8f28feca563a8ce9eed1339f916cf245 100644 (file)
@@ -477,7 +477,7 @@ static int __init smp_read_mpc(struct mp_config_table *mpc)
                }
                ++mpc_record;
        }
-       clustered_apic_check();
+       setup_apic_routing();
        if (!num_processors)
                printk(KERN_ERR "SMP mptable: no processors registered!\n");
        return num_processors;