summaryrefslogtreecommitdiff
path: root/common/kgdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/kgdb.c')
-rw-r--r--common/kgdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/kgdb.c b/common/kgdb.c
index 01a09f17628..ed2798bea24 100644
--- a/common/kgdb.c
+++ b/common/kgdb.c
@@ -446,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;