commit | be01a17afb6b6e85456217caa1ac11eb0b6674e1 | [log] [tgz] |
---|---|---|
author | Praveen Chidambaram <pchidamb@codeaurora.org> | Tue Sep 18 13:42:40 2012 -0600 |
committer | Praveen Chidambaram <pchidamb@codeaurora.org> | Tue Sep 18 16:37:42 2012 -0600 |
tree | e317d43d4ca51a82269b443484fcf92bbfba7529 | |
parent | e632a9a9974c9482111949f2281f56c6d57d47c3 [diff] |
msm: cpufreq: Remove cross-calling limitation Remove cross-calling limitations imposed by cpufreq. Clock drivers and SPM driver now allow changing of frequencies from any core. Using cpus_allowed mask to check for core affinity works well with workqueues but do not port so well when the core requesting frequency change is a kthread with the flag PF_TASK_BOUND not set. Change-Id: Iab664ce8657780814440a11dff77cc925df597f8 Signed-off-by: Praveen Chidambaram <pchidamb@codeaurora.org>