Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131220
b: refs/heads/master
c: eef3361
h: refs/heads/master
v: v3
  • Loading branch information
Ananth N Mavinakayanahalli authored and Benjamin Herrenschmidt committed Feb 10, 2009
1 parent 5e73336 commit 6308bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c24b17453c8dc444a746e45b8a404498fc9fcf7
refs/heads/master: eef336189b2b5ae68bfbef0df24176a4a152d981
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/lib/sstep.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ int __kprobes emulate_step(struct pt_regs *regs, unsigned int instr)
}
break;
case 0x378: /* orx */
if (instr & 1)
break;
rs = (instr >> 21) & 0x1f;
rb = (instr >> 11) & 0x1f;
if (rs == rb) { /* mr */
Expand Down

0 comments on commit 6308bbc

Please sign in to comment.