diff options
Diffstat (limited to 'common/kgdb.c')
-rw-r--r-- | common/kgdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/kgdb.c b/common/kgdb.c index 29b09fcfe56..ed2798bea24 100644 --- a/common/kgdb.c +++ b/common/kgdb.c @@ -87,7 +87,6 @@ * ****************************************************************************/ -#include <common.h> #include <asm/ptrace.h> #include <kgdb.h> @@ -447,7 +446,6 @@ handle_exception (struct pt_regs *regs) } break; - case 'k': /* kill the program, actually return to monitor */ kd.extype = KGDBEXIT_KILL; *regs = entry_regs; |