Skip to content
Snippets Groups Projects
Commit 57df5573 authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
Acked-by: default avatarDave Jones <davej@redhat.com>
Cc: cpufreq@vger.kernel.org
parent bcb6d916
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment