提交 21098b9e 编写于 作者: A Anton Blanchard 提交者: Michael Ellerman

powerpc: Move sparse_init() into initmem_init

We did part of sparse initialisation in setup_arch and part in
initmem_init. Put them together.
Signed-off-by: NAnton Blanchard <anton@samba.org>
Tested-by: NEmil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 68cf0d64
......@@ -690,7 +690,6 @@ void __init setup_arch(char **cmdline_p)
emergency_stack_init();
initmem_init();
sparse_init();
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
......
......@@ -205,6 +205,7 @@ void __init initmem_init(void)
/* XXX need to clip this if using highmem? */
sparse_memory_present_with_active_regions(0);
sparse_init();
}
/* mark pages that don't exist as nosave */
......
......@@ -966,6 +966,8 @@ void __init initmem_init(void)
sparse_memory_present_with_active_regions(nid);
}
sparse_init();
setup_node_to_cpumask_map();
reset_numa_cpu_lookup_table();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册