commit | 57b7631739c07c63e3a11c442a6f72cd877eaf19 | [log] [tgz] |
---|---|---|
author | Saravana Kannan <skannan@codeaurora.org> | Fri Jun 07 17:23:09 2013 -0700 |
committer | Saravana Kannan <skannan@codeaurora.org> | Thu Jul 11 21:06:16 2013 -0700 |
tree | 780b76f3a93b447d9f7c8ab004273208f812fa5c | |
parent | 502f45d3494393c49f8d0e5a4a61530977fa19d8 [diff] |
msm: cpufreq: Ensure cpufreq change happens on corresponding CPU Checking the cpus_allowed mask of the current thread before changing the frequency doesn't guarantee that the rest of the execution will continue on the same CPU. The only way to guarantee this is to schedule a work on the specific CPU and also prevent hotplug of that CPU (already done by existing code). Change-Id: I51a02fcc777a47d3c16f2d83c47e96f2c59f7ae6 Signed-off-by: Saravana Kannan <skannan@codeaurora.org>