Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109153
b: refs/heads/master
c: b895760
h: refs/heads/master
i:
  109151: 5f865ac
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Aug 26, 2008
1 parent a6f5b80 commit b872032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ddfe82dc687bd786cc75c0ea973588394665e60
refs/heads/master: b895760dfb9b7ab921b066141d618bc6877f5d4b
3 changes: 0 additions & 3 deletions trunk/arch/mips/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ static int kgdb_mips_notify(struct notifier_block *self, unsigned long cmd,
struct pt_regs *regs = args->regs;
int trap = (regs->cp0_cause & 0x7c) >> 2;

if (fixup_exception(regs))
return NOTIFY_DONE;

/* Userpace events, ignore. */
if (user_mode(regs))
return NOTIFY_DONE;
Expand Down

0 comments on commit b872032

Please sign in to comment.