diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-28 18:14:16 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-01 19:14:07 -0800 |
| commit | 0bde29799a82696bd7608078f56b0509fae722d3 (patch) | |
| tree | 0ed3a099cf1e61c61a34b7b329d82d7467a94fae /tools/perf/scripts/python | |
| parent | ec3c13e4ac3ebeed01acc24ffba7cb1704804e07 (diff) | |
staging: unisys: visorbus: visorchipset: Remove create_singlethread_workqueue()
With concurrency managed workqueues, use of dedicated workqueues
can be replaced by using system_wq. Drop periodic_controlvm_workqueue
by using system_wq.
Since there is only one work item periodic_controlvm_work and
different periodic_controlvm_works do not need to be ordered, increase
of concurrency level by switching to system_wq should not break anything.
cancel_delayed_work_sync() is used to ensure that work is not pending
or executing on any CPU.
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Tested-by: David Kershner <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions