mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 03:35:32 -04:00
arch_numa: remove redundant numa_nodes_parsed node_set()
numa_add_memblk() now sets the node in numa_nodes_parsed itself, so the caller's own node_set() is redundant. Remove it. No functional change. Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com> Link: https://patch.msgid.link/20260703041329.2797584-6-ekffu200098@gmail.com Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
This commit is contained in:
committed by
Mike Rapoport (Microsoft)
parent
63fa742bae
commit
8b9cecbdc7
@@ -283,7 +283,6 @@ static int __init dummy_numa_init(void)
|
||||
pr_err("NUMA init failed\n");
|
||||
return ret;
|
||||
}
|
||||
node_set(0, numa_nodes_parsed);
|
||||
|
||||
numa_off = true;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user