From: Tejun Heo Date: Wed, 26 Jan 2011 11:12:50 +0000 (+0100) Subject: cpufreq: use system_wq instead of dedicated workqueues X-Git-Tag: v2.6.39-rc1~492^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57df5573a56322e6895451f759c19e875252817d;p=pandora-kernel.git 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 Acked-by: Dave Jones Cc: cpufreq@vger.kernel.org --- Reading git-diff-tree failed