summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSang-Heon Jeon <ekffu200098@gmail.com>2026-06-18 01:39:19 +0900
committerAndrew Morton <akpm@linux-foundation.org>2026-07-02 23:26:50 -0700
commit284390419cd7c78b9c2ac7aea55ada53e8a99233 (patch)
treee71d6d5d2a8b95209dee5da5f7e0450e6a5695a2 /include
parentf72267b8b1205ff5d749380ab0975b7ba46d3479 (diff)
downloadlinux-next-284390419cd7c78b9c2ac7aea55ada53e8a99233.tar.gz
linux-next-284390419cd7c78b9c2ac7aea55ada53e8a99233.zip
arch_numa: remove redundant nodemask clears in numa_init()
numa_init() clears numa_nodes_parsed, node_possible_map and node_online_map, then calls numa_memblks_init(), which clears the same nodemasks. Nothing uses them in between. These clears have been redundant since commit 767507654c22 ("arch_numa: switch over to numa_memblks") made numa_init() use numa_memblks_init(). No functional change. Link: https://lore.kernel.org/20260617163919.2544899-1-ekffu200098@gmail.com Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com> Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Cc: Danilo Krummrich <dakr@kernel.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions