[PATCH] i386: clean up identify_cpu
[deliverable/linux.git] / arch / i386 / kernel / smpboot.c
index 1c3ad9b406ca3da32121cdb6c359246ca65060b2..61e2842add362aa93a8a0427af948cf98e3ac02b 100644 (file)
@@ -155,7 +155,7 @@ static void __cpuinit smp_store_cpu_info(int id)
 
        *c = boot_cpu_data;
        if (id!=0)
-               identify_cpu(c);
+               identify_secondary_cpu(c);
        /*
         * Mask B, Pentium, but not Pentium MMX
         */
This page took 0.039854 seconds and 5 git commands to generate.