sched: remove call of sched_avg_update from sched_rt_avg_update
rt_avg is only used to scale the available CPU's capacity for CFS tasks. As the update of this scaling is done during periodic load balance, we only have to ensure that sched_avg_update has been called before any periodic load balancing. This requirement is already fulfilled by __update_cpu_load so the call in sched_rt_avg_update, which is part of the hotpath, is useless. Change-Id: I65a8c9be85164a7c1b39be5380e8807c49db850b Signed-off-by:Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by:
Steve Muckle <smuckle@linaro.org> (am from https://patchwork.kernel.org/patch/7804851/ ) Signed-off-by:
Punit Agrawal <punit.agrawal@arm.com>
Loading
Please sign in to comment