]> err.no Git - linux-2.6/commit
sched: fix cpu hotplug, cleanup
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Jul 2008 18:25:03 +0000 (11:25 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 18:39:58 +0000 (20:39 +0200)
commitb1e387348a2a70954312b102d0589c3e2ca3dba1
tree79e11e0b1bda79e6e2b085b9d86eb3b9d9dedf29
parentdc7fab8b3bb388c57c6c4a43ba68c8a32ca25204
sched: fix cpu hotplug, cleanup

Clean up __migrate_task(): to just have separate "done" and "fail"
cases, instead of that "out" case with random error behavior.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c