commit | 57df5573a56322e6895451f759c19e875252817d | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jan 26 12:12:50 2011 +0100 |
committer | Tejun Heo <tj@kernel.org> | Wed Jan 26 12:12:50 2011 +0100 |
tree | d34ec0be43b4fa29831f949f7be126c78cfba706 | |
parent | bcb6d9161d1720cf68c7f4de0630e91cb95ee60c [diff] |
cpufreq: use system_wq instead of dedicated workqueues With cmwq, there's no reason for cpufreq drivers to use separate workqueues. Remove the dedicated workqueues from cpufreq_conservative and cpufreq_ondemand and use system_wq instead. The work items are already sync canceled on stop, so it's already guaranteed that no work is running on module exit. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Dave Jones <davej@redhat.com> Cc: cpufreq@vger.kernel.org