diff options
author | 2025-03-12 22:19:52 -0400 | |
---|---|---|
committer | 2025-04-29 15:58:38 -0400 | |
commit | 791a9b25ce2e6ecbe404ee32eed8a96a17e52896 (patch) | |
tree | 7ddd7915e152979bbca858fde1c1dddf3d1bd5f1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | riscv: switch set_icache_stale_mask() to using non-atomic assign_cpu() (diff) | |
download | linux-rng-791a9b25ce2e6ecbe404ee32eed8a96a17e52896.tar.xz linux-rng-791a9b25ce2e6ecbe404ee32eed8a96a17e52896.zip |
cpumask: drop cpumask_assign_cpu()
Commit decde1fa209323c7 ("cpumask: Add assign cpu") was merged bypassing
cpumasks reviewers. It adds atomic and non-atomic cpumask_assign_cpu()
helpers.
In the same merge window, commit 5c563ee90a22d3 ("cpumask: introduce
assign_cpu() macro") added the same functionality. So now we have it
duplicated.
__cpumask_assign_cpu() has never been used since introducing, and because
this series reworks the only user of cpumask_assign_cpu(), both functions
become a dead code.
Signed-off-by: Yury Norov [NVIDIA] <yury.norov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions