Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / mach-voyager / voyager_smp.c
index 01285af..7f4c6af 100644 (file)
@@ -420,6 +420,7 @@ void __init smp_store_cpu_info(int id)
        struct cpuinfo_x86 *c = &cpu_data(id);
 
        *c = boot_cpu_data;
+       c->cpu_index = id;
 
        identify_secondary_cpu(c);
 }