From: Viresh Kumar Date: Tue, 6 Aug 2013 17:23:09 +0000 (+0530) Subject: cpufreq: Use cpufreq_policy_list for iterating over policies X-Git-Tag: v3.12-rc1~178^2~4^2~1^2~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb608521f1e25a8c14295b6d9a3853c3cd8c6cf8;p=pandora-kernel.git cpufreq: Use cpufreq_policy_list for iterating over policies To iterate over all policies we currently iterate over all CPUs and then get the policy for each of them. Let's use the newly created cpufreq_policy_list for this purpose. [rjw: Changelog] Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed