]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: schedutil: Use unsigned int for iowait boost
authorJoel Fernandes <joelaf@google.com>
Sun, 23 Jul 2017 15:54:26 +0000 (08:54 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 26 Jul 2017 20:52:13 +0000 (22:52 +0200)
commit251accf98591d7f59f7a2bac2e05c66d16bf2811
treed022fad7257fc49a7cde091035e6fbdcc9eefd06
parenta5a0809bc58e133d674e45175b052c9bdf002f1d
cpufreq: schedutil: Use unsigned int for iowait boost

Make iowait_boost and iowait_boost_max as unsigned int since its unit
is kHz and this is consistent with struct cpufreq_policy.  Also change
the local variables in sugov_iowait_boost() to match this.

Signed-off-by: Joel Fernandes <joelaf@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/sched/cpufreq_schedutil.c