From 6f9471acae07afe08c368abd101402d1ddac5ae1 Mon Sep 17 00:00:00 2001 From: Nishanth Aravamudan Date: Thu, 28 Jul 2005 21:15:53 -0700 Subject: [PATCH] --- yaml --- r: 5398 b: refs/heads/master c: ef6e525393dbbab7e1dc42594d35a1dfd688d1d7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/smpboot.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3197e7935185..45a53c8b97bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d224d32c28c165f7100a670d61d64dd15d49a1e +refs/heads/master: ef6e525393dbbab7e1dc42594d35a1dfd688d1d7 diff --git a/trunk/arch/x86_64/kernel/smpboot.c b/trunk/arch/x86_64/kernel/smpboot.c index 001c2d572485..6d23354443c0 100644 --- a/trunk/arch/x86_64/kernel/smpboot.c +++ b/trunk/arch/x86_64/kernel/smpboot.c @@ -1183,8 +1183,7 @@ void __cpu_die(unsigned int cpu) printk ("CPU %d is now offline\n", cpu); return; } - current->state = TASK_UNINTERRUPTIBLE; - schedule_timeout(HZ/10); + msleep(100); } printk(KERN_ERR "CPU %u didn't die...\n", cpu); }