From 7af6f6102a041109ac206c6bb40bf79f444dcb12 Mon Sep 17 00:00:00 2001 From: "Zhang, Yanmin" Date: Tue, 24 Jun 2008 16:06:23 +0800 Subject: [PATCH] --- yaml --- r: 98515 b: refs/heads/master c: fcb43042ef55d2f46b0efa5d7746967cef38f056 h: refs/heads/master i: 98513: b2ab8c3891ff3f8ac4408f732ad2bed8bdcb522d 98511: f56ee5f9face88f265da0b2b68ed1c8d72724970 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/smpboot.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 935d908b2b5b..7acdad1453a5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b1faeef5f9243bb5fc5713a34bbf1ceab0de562 +refs/heads/master: fcb43042ef55d2f46b0efa5d7746967cef38f056 diff --git a/trunk/arch/x86/kernel/smpboot.c b/trunk/arch/x86/kernel/smpboot.c index 56078d61c793..3e1cecedde42 100644 --- a/trunk/arch/x86/kernel/smpboot.c +++ b/trunk/arch/x86/kernel/smpboot.c @@ -996,7 +996,6 @@ static int __cpuinit do_boot_cpu(int apicid, int cpu) #endif cpu_clear(cpu, cpu_callout_map); /* was set by do_boot_cpu() */ cpu_clear(cpu, cpu_initialized); /* was set by cpu_init() */ - cpu_clear(cpu, cpu_possible_map); cpu_clear(cpu, cpu_present_map); per_cpu(x86_cpu_to_apicid, cpu) = BAD_APICID; }