提交 52845cdb 编写于 作者: D David S. Miller 提交者: David S. Miller

[SPARC64]: Init boot cpu's trap_block[] before paging_init()

It must be ready when we take over the trap table.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3763be32
......@@ -379,10 +379,10 @@ void __init setup_arch(char **cmdline_p)
smp_setup_cpu_possible_map();
paging_init();
/* Get boot processor trap_block[] setup. */
init_cur_cpu_trap(current_thread_info());
paging_init();
}
static int __init set_preferred_console(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册