commit | 0afbad1f57f613e30f6700b3dee4749e201d1857 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Fri May 31 13:14:44 2013 -0700 |
committer | Matt Wagantall <mattw@codeaurora.org> | Fri May 31 20:21:32 2013 -0700 |
tree | 27a7d0acf9cc7b1d6211f90448702d654b03b98d | |
parent | 720ccd24087bb7b686ab673d2bbeb4fb561d78c7 [diff] |
cpufreq: ondemand: Fix store_powersave_bias() race with hotplug store_powersave_bias() assumes that CPUs will not be taken offline or brought online while executing its for_each_online_cpu() loops. Fix this race by blocking hotplug while executing in these loop. CRs-Fixed: 494407 Change-Id: I0d5520444ec21a8d9b12fb73c06ac8442449fa85 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>