]> git.baikalelectronics.ru Git - kernel.git/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)
commit3f3905249338f40ad4283298c729163f9c91a873
tree79e11e0b1bda79e6e2b085b9d86eb3b9d9dedf29
parent5634a256782a5ad1431de28519d3abdaff55494d
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