aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/debugtraps.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-12-22 12:44:14 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-12-22 12:44:14 +0900
commit22648735405f73299b717bb5933767e9a9c335ca (patch)
tree84965df944bb9bf22367b243c4c2d631a607d9df /arch/sh/kernel/debugtraps.S
parentsh: Don't NOTIFY_STOP for non-UBC breakpoint traps. (diff)
downloadlinux-dev-22648735405f73299b717bb5933767e9a9c335ca.tar.xz
linux-dev-22648735405f73299b717bb5933767e9a9c335ca.zip
sh: kgdb: Rework breakpoint handling on top of notifier chain.
This kills off kgdb's breakpoint handler and ties in to the notifier chain instead. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/debugtraps.S')
-rw-r--r--arch/sh/kernel/debugtraps.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/debugtraps.S b/arch/sh/kernel/debugtraps.S
index 591741383ee6..7a1b46fec0f4 100644
--- a/arch/sh/kernel/debugtraps.S
+++ b/arch/sh/kernel/debugtraps.S
@@ -13,7 +13,6 @@
#include <linux/linkage.h>
#if !defined(CONFIG_KGDB)
-#define breakpoint_trap_handler debug_trap_handler
#define singlestep_trap_handler debug_trap_handler
#endif