mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
34d0b5af50
commit
c4761815ab
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user