linux/drivers/cpufreq
Tejun Heo 57df5573a5 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
2011-01-26 12:12:50 +01:00
..
cpufreq.c perf: Clean up power events by introducing new, more generic ones 2011-01-04 08:16:54 +01:00
cpufreq_conservative.c cpufreq: use system_wq instead of dedicated workqueues 2011-01-26 12:12:50 +01:00
cpufreq_ondemand.c cpufreq: use system_wq instead of dedicated workqueues 2011-01-26 12:12:50 +01:00
cpufreq_performance.c
cpufreq_powersave.c
cpufreq_stats.c
cpufreq_userspace.c
freq_table.c
Kconfig kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
Makefile