]> git.baikalelectronics.ru Git - kernel.git/commit
sched: optimize activate_task()
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:51 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:51 +0000 (11:16 +0200)
commit36c31fc1bb5d7bd142f6a93589ff38b87af3ae1d
treec95e7b19e771d8eacecfb9ae9fe66ce23094b252
parentc45268d91a78fddbbf250ad164455de0bd62b069
sched: optimize activate_task()

optimize activate_task() by removing update_rq_clock() from it.
(and add update_rq_clock() to all callsites of activate_task() that
did not have it before.)

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