aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/smpboot.c')
-rw-r--r--arch/x86_64/kernel/smpboot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/smpboot.c b/arch/x86_64/kernel/smpboot.c
index 001c2d572485..6d23354443c0 100644
--- a/arch/x86_64/kernel/smpboot.c
+++ b/arch/x86_64/kernel/smpboot.c
@@ -1183,8 +1183,7 @@ void __cpu_die(unsigned int cpu)
1183 printk ("CPU %d is now offline\n", cpu); 1183 printk ("CPU %d is now offline\n", cpu);
1184 return; 1184 return;
1185 } 1185 }
1186 current->state = TASK_UNINTERRUPTIBLE; 1186 msleep(100);
1187 schedule_timeout(HZ/10);
1188 } 1187 }
1189 printk(KERN_ERR "CPU %u didn't die...\n", cpu); 1188 printk(KERN_ERR "CPU %u didn't die...\n", cpu);
1190} 1189}