aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps_32.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-04 22:44:02 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-01-04 22:44:02 -0500
commitc4761815ab49feca904776dec464046bc7138d3a (patch)
treec584c5ec79786e75423ba1b15e73ce4d6875bce2 /arch/sh/kernel/traps_32.c
parent34d0b5af50a063cded842716633501b38ff815fb (diff)
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>
Diffstat (limited to 'arch/sh/kernel/traps_32.c')
-rw-r--r--arch/sh/kernel/traps_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c
index 86639beac3a2..706c1c18a2f2 100644
--- a/arch/sh/kernel/traps_32.c
+++ b/arch/sh/kernel/traps_32.c
@@ -956,7 +956,7 @@ void __init trap_init(void)
956#endif 956#endif
957 957
958#ifdef TRAP_UBC 958#ifdef TRAP_UBC
959 set_exception_table_vec(TRAP_UBC, break_point_trap); 959 set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler);
960#endif 960#endif
961 961
962 /* Setup VBR for boot cpu */ 962 /* Setup VBR for boot cpu */