diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2010-09-20 13:44:17 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2010-10-16 19:57:42 -0400 |
commit | bcb5ba8b4e8a5ae14b27351bdf499dd4c3bcc944 (patch) | |
tree | 0eaccca57b57868046afbbd52b33101359b01daf /kernel/power/snapshot.c | |
parent | ede890c2c069d611ece0e184103a6b9236ce416a (diff) |
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: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/power/snapshot.c')
0 files changed, 0 insertions, 0 deletions