commit | 07aa4402a009bc83194860e7869c491bab854d1c | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Feb 15 02:22:13 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 09 14:41:05 2016 +0100 |
tree | be3afab0505feb53ea9b67e5c9765a03b9852b36 | |
parent | 6e96c5b3ac5181d4b787590e54c4af99d3fa5f2e [diff] |
cpufreq: governor: Use microseconds in sample delay computations Do not convert microseconds to jiffies and the other way around in governor computations related to the sampling rate and sample delay and drop delay_for_sampling_rate() which isn't of any use then. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>