summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/debugtraps.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/debugtraps.S')
-rw-r--r--arch/sh/kernel/debugtraps.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sh/kernel/debugtraps.S b/arch/sh/kernel/debugtraps.S
index cb00e4a82d4..591741383ee 100644
--- a/arch/sh/kernel/debugtraps.S
+++ b/arch/sh/kernel/debugtraps.S
@@ -21,10 +21,6 @@
#define sh_bios_handler debug_trap_handler
#endif
-#if !defined(CONFIG_DWARF_UNWINDER)
-#define unwinder_trap_handler debug_trap_handler
-#endif
-
.data
ENTRY(debug_trap_table)
@@ -39,7 +35,7 @@ ENTRY(debug_trap_table)
.long debug_trap_handler /* 0x38 */
.long debug_trap_handler /* 0x39 */
.long debug_trap_handler /* 0x3a */
- .long unwinder_trap_handler /* 0x3b */
+ .long debug_trap_handler /* 0x3b */
.long breakpoint_trap_handler /* 0x3c */
.long singlestep_trap_handler /* 0x3d */
.long bug_trap_handler /* 0x3e */