From 29ffbe495ec81f10aca17046d823a9a870de371f Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Tue, 20 Jul 2010 20:50:49 +0200 Subject: [PATCH] --- yaml --- r: 206191 b: refs/heads/master c: db10db48b2c530def21bfd76d576702c7df7f620 h: refs/heads/master i: 206189: d4bb3ed1c7253f79e2f71db3768c90de589ae37c 206187: b0f07ab05d71d840964575eb9b852ffef4cffe47 206183: 2a68fa8cfada7707f299d0adcf94233ac0a15f2a 206175: 7b20ee98afb633857d7794237a8266a6855e8a19 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 21899f4e16cb..626ca9a9f6b0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7aa2b5f8ec60505160df1c25398e8286c8432689 +refs/heads/master: db10db48b2c530def21bfd76d576702c7df7f620 diff --git a/trunk/arch/x86/kernel/cpu/common.c b/trunk/arch/x86/kernel/cpu/common.c index 3f715efc594d..26804b2986b8 100644 --- a/trunk/arch/x86/kernel/cpu/common.c +++ b/trunk/arch/x86/kernel/cpu/common.c @@ -1273,7 +1273,7 @@ void __cpuinit cpu_init(void) /* * Boot processor to setup the FP and extended state context info. */ - if (smp_processor_id() == boot_cpu_id) + if (!smp_processor_id()) init_thread_xstate(); xsave_init();