diff options
-rw-r--r-- | arch/x86/kernel/smpboot_32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c index 4939b3a01b24..3d21c663aa76 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -1073,8 +1073,7 @@ int __cpu_disable(void) | |||
1073 | 1073 | ||
1074 | remove_cpu_from_maps(cpu); | 1074 | remove_cpu_from_maps(cpu); |
1075 | fixup_irqs(map); | 1075 | fixup_irqs(map); |
1076 | /* It's now safe to remove this processor from the online map */ | 1076 | |
1077 | cpu_clear(cpu, cpu_online_map); | ||
1078 | return 0; | 1077 | return 0; |
1079 | } | 1078 | } |
1080 | 1079 | ||