From 41e876739bb6e7a0f3b20992794391952a09cac2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 25 Dec 2007 20:16:16 -0800 Subject: [PATCH] --- yaml --- r: 75189 b: refs/heads/master c: 00684418707c7a1e36ebdedc4b30fbba5d5860b1 h: refs/heads/master i: 75187: 3999cc426150da4435bfb3741b75a8967f1fe4de v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/smpboot_64.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9e5fcdd81ad3..9fc30fad7b28 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5356f664e1d2149b67d2aeed644cc1def128a4ac +refs/heads/master: 00684418707c7a1e36ebdedc4b30fbba5d5860b1 diff --git a/trunk/arch/x86/kernel/smpboot_64.c b/trunk/arch/x86/kernel/smpboot_64.c index 594889521da1..500670c93d81 100644 --- a/trunk/arch/x86/kernel/smpboot_64.c +++ b/trunk/arch/x86/kernel/smpboot_64.c @@ -141,8 +141,8 @@ static void __cpuinit smp_store_cpu_info(int id) struct cpuinfo_x86 *c = &cpu_data(id); *c = boot_cpu_data; - identify_cpu(c); c->cpu_index = id; + identify_cpu(c); print_cpu_info(c); }