commit | 6e82a3befe91423e501c2124312bd805be0048eb | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:51 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:51 2007 +0200 |
tree | 04e179ca9ef5e4efa4ff5814831094569e611bf3 | |
parent | 2daa357705bfe68788132cf9079930ca948a90af [diff] |
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>