diff options
-rw-r--r-- | arch/x86/kernel/smpboot_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index 4e14ecb90764..cc64b8085c2a 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c | |||
@@ -921,7 +921,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus) | |||
921 | void __init smp_prepare_boot_cpu(void) | 921 | void __init smp_prepare_boot_cpu(void) |
922 | { | 922 | { |
923 | int me = smp_processor_id(); | 923 | int me = smp_processor_id(); |
924 | cpu_set(me, cpu_online_map); | 924 | /* already set me in cpu_online_map in boot_cpu_init() */ |
925 | cpu_set(me, cpu_callout_map); | 925 | cpu_set(me, cpu_callout_map); |
926 | per_cpu(cpu_state, me) = CPU_ONLINE; | 926 | per_cpu(cpu_state, me) = CPU_ONLINE; |
927 | } | 927 | } |