Pārlūkot izejas kodu

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>
Paul Mundt 15 gadi atpakaļ
vecāks
revīzija
c4761815ab
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/sh/kernel/traps_32.c

+ 1 - 1
arch/sh/kernel/traps_32.c

@@ -956,7 +956,7 @@ void __init trap_init(void)
 #endif
 #endif
 
 
 #ifdef TRAP_UBC
 #ifdef TRAP_UBC
-	set_exception_table_vec(TRAP_UBC, break_point_trap);
+	set_exception_table_vec(TRAP_UBC, breakpoint_trap_handler);
 #endif
 #endif
 
 
 	/* Setup VBR for boot cpu */
 	/* Setup VBR for boot cpu */