Re: [patch v8 8/9] sched: consider runnable load average in move_tasks

From: Alex Shi
Date: Mon Jun 17 2013 - 10:29:32 EST


On 06/17/2013 09:59 PM, Peter Zijlstra wrote:
>> > #else
>> > static inline void update_blocked_averages(int cpu)
> Should we not also change the !FAIR_GROUP_SCHED version of task_h_load()
> for this?

yes, it is needed. Sorry for omit this.
---