]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/smpboot_64.c
x86: fix show cpuinfo cpu number always zero
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / smpboot_64.c
index 500670c93d81d278e0402289803f5881946226b5..594889521da1bad7835dc0f2ec372aebe3d33206 100644 (file)
@@ -141,8 +141,8 @@ static void __cpuinit smp_store_cpu_info(int id)
        struct cpuinfo_x86 *c = &cpu_data(id);
 
        *c = boot_cpu_data;
-       c->cpu_index = id;
        identify_cpu(c);
+       c->cpu_index = id;
        print_cpu_info(c);
 }