Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14917
b: refs/heads/master
c: 56ebd51
h: refs/heads/master
i:
  14915: f24141b
v: v3
  • Loading branch information
Daniel Jacobowitz authored and Ralf Baechle committed Dec 1, 2005
1 parent 827b465 commit dd515f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: b6c3539bdd6d766cffea76698c85ebb92bf3fb12
refs/heads/master: 56ebd51bae72c2e47c83f6eacf258479d5658ec8
5 changes: 3 additions & 2 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,13 +534,14 @@ static inline int simulate_rdhwr(struct pt_regs *regs)
switch (rd) {
case 29:
regs->regs[rt] = ti->tp_value;
break;
return 0;
default:
return -EFAULT;
}
}

return 0;
/* Not ours. */
return -EFAULT;
}

asmlinkage void do_ov(struct pt_regs *regs)
Expand Down

0 comments on commit dd515f3

Please sign in to comment.