diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-12-22 12:44:14 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-22 12:44:14 +0900 |
commit | 22648735405f73299b717bb5933767e9a9c335ca (patch) | |
tree | 84965df944bb9bf22367b243c4c2d631a607d9df /arch/sh/kernel/debugtraps.S | |
parent | b74ab703b1326aafadb5604ff6200da62c61df49 (diff) |
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.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/debugtraps.S b/arch/sh/kernel/debugtraps.S index 591741383ee..7a1b46fec0f 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 |