summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSang-Heon Jeon <ekffu200098@gmail.com>2026-07-30 00:51:15 +0900
committerMike Rapoport (Microsoft) <rppt@kernel.org>2026-07-30 10:04:45 +0300
commit78fac571b06490654af45c902c7ab5f651fe7067 (patch)
tree9acbfadee2111ea084db57b7a6a36b6bb652f9af /tools/perf/scripts/python/bin
parentd7bfd98ba01d2af48cc238d5525201c83fdef251 (diff)
mm/mm_init: remove unnecessary initialization of pgdat->per_cpu_nodestats
free_area_init_node() sets pgdat->per_cpu_nodestats to NULL and later calls free_area_init_core(), which unconditionally overwrites it with &boot_nodestats. Nothing reads the field in between, so the store has no effect. Remove unnecessary initialization. No functional change. Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com> Link: https://patch.msgid.link/20260729155143.177790-1-ekffu200098@gmail.com Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions