diff options
author | Lai Jiangshan <[email protected]> | 2021-12-07 15:35:42 +0800 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2021-12-09 12:26:54 -1000 |
commit | 84f91c62d675480ffd3d870ee44c07965cbd8b21 (patch) | |
tree | 585a176feee7061b5921ba5ee06f9e9a1de6542a /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 989442d73757868118a73b92732b549a73c9ce35 (diff) |
workqueue: Remove the cacheline_aligned for nr_running
nr_running is never modified remotely after the schedule callback in
wakeup path is removed.
Rather nr_running is often accessed with other fields in the pool
together, so the cacheline_aligned for nr_running isn't needed.
Signed-off-by: Lai Jiangshan <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions