From: Peter Zijlstra Date: Sun, 20 Dec 2009 16:36:27 +0000 (+0100) Subject: sched: Fix hotplug hang X-Git-Tag: v2.6.33-rc2~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f1120527797adb31c68bdc6f1b45e182c342c7;p=pandora-kernel.git sched: Fix hotplug hang The hot-unplug kstopmachine usage does a wakeup after deactivating the cpu, hence we cannot use cpu_active() here but must rely on the good olde online. Reported-by: Sachin Sant Reported-by: Jens Axboe Signed-off-by: Peter Zijlstra Tested-by: Jens Axboe Cc: Heiko Carstens Cc: Benjamin Herrenschmidt LKML-Reference: <1261326987.4314.24.camel@laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed