From: Matthew Garrett Date: Wed, 13 Jul 2011 21:58:32 +0000 (-0400) Subject: [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreq X-Git-Tag: v3.1-rc1~254^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e03c41a415e8e9e8009a1f5bbb9036f3bfb2f4;p=pandora-kernel.git [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreq acpi-cpufreq checks each CPU for aperf/mperf support, but only sets a global flag. This will cause errors if some CPUs in the system don't support the feature. Check boot_cpu_has() instead in order to make sure that all CPUs support it. Signed-off-by: Matthew Garrett Signed-off-by: Dave Jones --- Reading git-diff-tree failed