]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit769a91fe207964616a2e2c92a6f6264e6ba18b18
tree04e179ca9ef5e4efa4ff5814831094569e611bf3
parent36c31fc1bb5d7bd142f6a93589ff38b87af3ae1d
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