summaryrefslogtreecommitdiff
path: root/kernel/sysctl_binary.c
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2015-10-20 10:46:26 +0200
committerAmit Pundir <amit.pundir@linaro.org>2016-09-14 14:58:22 +0530
commit39daf1cf5ae48b11441d3084bc2908bdaffc3a5d (patch)
tree5438cff3dd587d0fa6986318c20115ec02be4cfe /kernel/sysctl_binary.c
parent6e4178facd5f6079a384be7c2071a276096afd9b (diff)
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. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org> Signed-off-by: Steve Muckle <smuckle@linaro.org>
Diffstat (limited to 'kernel/sysctl_binary.c')
0 files changed, 0 insertions, 0 deletions