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)
commit2daa357705bfe68788132cf9079930ca948a90af
treec95e7b19e771d8eacecfb9ae9fe66ce23094b252
parentc3b64f1e4f772418a649bb8e3b39fcea6c358330
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