diff options
author | Lai Jiangshan <laijs@linux.alibaba.com> | 2021-12-07 15:35:42 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-12-09 12:26:54 -1000 |
commit | 84f91c62d675480ffd3d870ee44c07965cbd8b21 (patch) | |
tree | 585a176feee7061b5921ba5ee06f9e9a1de6542a /scripts/gdb/linux/dmesg.py | |
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 <laijs@linux.alibaba.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions