sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 13 Dec 2017 09:53:22 +0000 (15:23 +0530)
committerIngo Molnar <mingo@kernel.org>
Wed, 10 Jan 2018 10:30:29 +0000 (11:30 +0100)
commit5083452f8c7a11577e83842596f97625abbc9c8e
tree05493c4fddc185a94a94325bea9616a381475da8
parent6257e7047890084fbeeb84c641200b43f0668abc
sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()

We are already passing sg_cpu as argument to sugov_set_iowait_boost()
helper and the same can be used to retrieve the flags value. Get rid of
the redundant argument.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rafael Wysocki <rjw@rjwysocki.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Cc: dietmar.eggemann@arm.com
Cc: joelaf@google.com
Cc: juri.lelli@redhat.com
Cc: morten.rasmussen@arm.com
Cc: tkjos@android.com
Link: http://lkml.kernel.org/r/4ec5562b1a87e146ebab11fb5dde1ca9c763a7fb.1513158452.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/cpufreq_schedutil.c