aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/smpboot.c')
-rw-r--r--arch/i386/kernel/smpboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c
index 1c3ad9b406ca..61e2842add36 100644
--- a/arch/i386/kernel/smpboot.c
+++ b/arch/i386/kernel/smpboot.c
@@ -155,7 +155,7 @@ static void __cpuinit smp_store_cpu_info(int id)
155 155
156 *c = boot_cpu_data; 156 *c = boot_cpu_data;
157 if (id!=0) 157 if (id!=0)
158 identify_cpu(c); 158 identify_secondary_cpu(c);
159 /* 159 /*
160 * Mask B, Pentium, but not Pentium MMX 160 * Mask B, Pentium, but not Pentium MMX
161 */ 161 */