[PATCH v2 03/11] sched: clean up cpu_load update

2014-02-16 Thread Alex Shi
Since we don't decay the rq->cpu_load, so we don't need the pending_updates. But we still want update rq->rt_avg, so still keep rq->last_load_update_tick and func __update_cpu_load. Signed-off-by: Alex Shi --- kernel/sched/proc.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-)

[PATCH v2 03/11] sched: clean up cpu_load update

2014-02-16 Thread Alex Shi
Since we don't decay the rq-cpu_load, so we don't need the pending_updates. But we still want update rq-rt_avg, so still keep rq-last_load_update_tick and func __update_cpu_load. Signed-off-by: Alex Shi alex@linaro.org --- kernel/sched/proc.c | 11 --- 1 file changed, 4