]> git.baikalelectronics.ru Git - kernel.git/commit
sched: remove condition from set_task_cpu()
authorIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:11 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:11 +0000 (17:00 +0200)
commit27b3b31b0afc9e094777cd9cd6133e74eda953f2
treeba4d54cd9f57f5f4de7e0479977d1335b3458b35
parent653f176c01c77bfb18a5021890b28d8d7f98268e
sched: remove condition from set_task_cpu()

remove condition from set_task_cpu(). Now that ->vruntime
is not global anymore, it should (and does) work fine without
it too.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
kernel/sched.c