commit | 1835850ce42b5e8e1efd13e06ad38cbdc144a4a0 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Thu May 23 16:19:47 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jun 27 20:39:27 2013 -0700 |
tree | ba12968a7f31dc819734512bcf2764fddfb71103 | |
parent | 3c2d525dfcaa551b661935b1dade204f57928a10 [diff] |
msm: cpufreq: Relax constraints on "msm-cpufreq" workqueue This workqueue is not used in memory reclaim paths, so the WQ_MEM_RECLAIM flag is not needed. Additionally, there is no need to restrict the queue to having one in-flight work item. Remove these constraints. Change-Id: I9edde40917d3ec885ce061133de20680634321d0 Signed-off-by: Matt Wagantall <mattw@codeaurora.org>