File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -879,19 +879,6 @@ static void __init print_unknown_bootoptions(void)
879
879
memblock_free (unknown_options , len );
880
880
}
881
881
882
- static void __init early_numa_node_init (void )
883
- {
884
- #ifdef CONFIG_USE_PERCPU_NUMA_NODE_ID
885
- #ifndef cpu_to_node
886
- int cpu ;
887
-
888
- /* The early_cpu_to_node() should be ready here. */
889
- for_each_possible_cpu (cpu )
890
- set_cpu_numa_node (cpu , early_cpu_to_node (cpu ));
891
- #endif
892
- #endif
893
- }
894
-
895
882
asmlinkage __visible __init __no_sanitize_address __noreturn __no_stack_protector
896
883
void start_kernel (void )
897
884
{
@@ -925,7 +912,6 @@ void start_kernel(void)
925
912
setup_nr_cpu_ids ();
926
913
setup_per_cpu_areas ();
927
914
smp_prepare_boot_cpu (); /* arch-specific boot-cpu hooks */
928
- early_numa_node_init ();
929
915
boot_cpu_hotplug_init ();
930
916
931
917
pr_notice ("Kernel command line: %s\n" , saved_command_line );
You can’t perform that action at this time.
0 commit comments