diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-28 18:26:37 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-01 19:14:07 -0800 |
| commit | ce388d7e65b962f70b5a4f62ccf4ffaf05804eff (patch) | |
| tree | 1cfdaf89beb5749b33fbf14cd8d7abe596d1dbfe /tools/perf/scripts/python | |
| parent | 0bde29799a82696bd7608078f56b0509fae722d3 (diff) | |
staging: unisys: visornic: Remove create_singlethread_workqueue()
With concurrency managed workqueues, use of dedicated workqueues
can be replaced by using system_wq.
Drop visornic_timeout_reset_workqueue by using system_wq.
Since there is only one work item per devdata and different
devdatas do not need to be ordered, increase of concurrency
level by switching to system_wq should not break anything.
cancel_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