提交 c4761815 编写于 作者: P Paul Mundt

sh: Fix up breakpoint trap handler patching on SH-2A.

SH-2A was referencing the old handler that no longer exists, fix it up.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 34d0b5af
......@@ -956,7 +956,7 @@ void __init trap_init(void)
#endif
#ifdef TRAP_UBC
set_exception_table_vec(TRAP_UBC, break_point_trap);
set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler);
#endif
/* Setup VBR for boot cpu */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册