cpufreq: interactive: Fix handling of SMP where CPUs must scale in tandem
authorTodd Poynor <toddpoynor@google.com>
Wed, 22 Jun 2011 21:34:23 +0000 (14:34 -0700)
committerTodd Poynor <toddpoynor@google.com>
Thu, 15 Sep 2011 18:04:06 +0000 (11:04 -0700)
commita50b0530418bc4c6446478aa80ecfaa661df7099
treec149271e6220e097549226031895456be226c59b
parenta682462f220720a1e46fae07deab04690aa0d40c
cpufreq: interactive: Fix handling of SMP where CPUs must scale in tandem

The interactive governor relies on quirks of the Tegra 2 cpufreq
implementation for handling SMP systems where the CPUs do not have
separate rate controls.  It needs to determine the maximum rate
for all CPUs covered by the policy and set that speed.

Change-Id: I1ed9fa171e5a9c45a1fa5944e3fa823eb157e81f
Signed-off-by: Todd Poynor <toddpoynor@google.com>
drivers/cpufreq/cpufreq_interactive.c