sched: optimize update_rq_clock() calls in the load-balancer
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)
commit6e82a3befe91423e501c2124312bd805be0048eb
tree04e179ca9ef5e4efa4ff5814831094569e611bf3
parent2daa357705bfe68788132cf9079930ca948a90af
sched: optimize update_rq_clock() calls in the load-balancer

optimize update_rq_clock() calls in the load-balancer: update them
right after locking the runqueue(s) so that the pull functions do
not have to call it.

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