projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d0b5a
)
sh: Fix up breakpoint trap handler patching on SH-2A.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 5 Jan 2010 03:44:02 +0000
(12:44 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 5 Jan 2010 03:44:02 +0000
(12:44 +0900)
SH-2A was referencing the old handler that no longer exists, fix it up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/traps_32.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/traps_32.c
b/arch/sh/kernel/traps_32.c
index 86639beac3a2d1d7b32e44e4ded50e1e1329bfdb..706c1c18a2f2bb125a50c89ae80c8e10d7182ffb 100644
(file)
--- a/
arch/sh/kernel/traps_32.c
+++ b/
arch/sh/kernel/traps_32.c
@@
-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, break
point_trap_handler
);
#endif
/* Setup VBR for boot cpu */