cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithm
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Sep 2016 00:28:13 +0000 (02:28 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Sep 2016 00:28:13 +0000 (02:28 +0200)
commit09c448d3c61f31322c097cb4c1484778d50da399
tree7e33715f303d6796388fbe0d344736f067be485a
parent21ca6d2c52f8ca8638129c1dfc489d0b0ae68532
cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithm

Modify the P-state selection algorithm for Atom processors to use
the new SCHED_CPUFREQ_IOWAIT flag instead of the questionable
get_cpu_iowait_time_us() function.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c