Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322272
b: refs/heads/master
c: 6d9c00c
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Aug 24, 2012
1 parent 41b73a1 commit d93b2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e3bc8049e524f13e09a58f5bad70b6738494277a
refs/heads/master: 6d9c00c67b4768105e8ae3d213484095c744eea8
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ int __kprobes hw_breakpoint_handler(struct die_args *args)

/* Do not emulate user-space instructions, instead single-step them */
if (user_mode(regs)) {
bp->ctx->task->thread.last_hit_ubp = bp;
current->thread.last_hit_ubp = bp;
regs->msr |= MSR_SE;
goto out;
}
Expand Down

0 comments on commit d93b2d7

Please sign in to comment.