|
@@ -190,9 +190,6 @@ static int kgdb_mips_notify(struct notifier_block *self, unsigned long cmd,
|
|
struct pt_regs *regs = args->regs;
|
|
struct pt_regs *regs = args->regs;
|
|
int trap = (regs->cp0_cause & 0x7c) >> 2;
|
|
int trap = (regs->cp0_cause & 0x7c) >> 2;
|
|
|
|
|
|
- if (fixup_exception(regs))
|
|
|
|
- return NOTIFY_DONE;
|
|
|
|
-
|
|
|
|
/* Userpace events, ignore. */
|
|
/* Userpace events, ignore. */
|
|
if (user_mode(regs))
|
|
if (user_mode(regs))
|
|
return NOTIFY_DONE;
|
|
return NOTIFY_DONE;
|