[PATCH 15/24] sched: Update rq clock earlier in unthrottle_cfs_rq

2012-12-20 Thread Frederic Weisbecker
In this function we are making use of rq->clock right before the update of the rq clock, let's just call update_rq_clock() just before that to avoid using a stale rq clock value. Signed-off-by: Frederic Weisbecker Cc: Alessio Igor Bogani Cc: Andrew Morton Cc: Avi Kivity Cc: Chris Metcalf Cc:

[PATCH 15/24] sched: Update rq clock earlier in unthrottle_cfs_rq

2012-12-20 Thread Frederic Weisbecker
In this function we are making use of rq-clock right before the update of the rq clock, let's just call update_rq_clock() just before that to avoid using a stale rq clock value. Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: Alessio Igor Bogani abog...@kernel.org Cc: Andrew Morton