Skip to content
Commit bcb5ba8b authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

PM / Runtime: Use alloc_workqueue() for creating the PM workqueue



Although we need the PM workqueue to be freezable, we don't need it
to be singlethread.  Also, the number of concurrent work items
running on a single CPU need not be constrained.  For these reasons
use alloc_workqueue() directly, with suitable arguments, instead of
create_freezeable_workqueue(), to create the runtime PM workqueue.

Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Acked-by: default avatarTejun Heo <tj@kernel.org>
parent ede890c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment