Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313685
b: refs/heads/master
c: ac84aa2
h: refs/heads/master
i:
  313683: 515937b
v: v3
  • Loading branch information
Naveen N. Rao authored and Benjamin Herrenschmidt committed Jul 11, 2012
1 parent c44ad7e commit 72f87f9
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: 1d5a436d2ce9d1b65c905f69a33e78d69245993e
refs/heads/master: ac84aa2b3b9b791eac45174d1966d5fdf3bbba1c
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 @@ -111,7 +111,7 @@ void arch_unregister_hw_breakpoint(struct perf_event *bp)
* and the single_step_dabr_instruction(), then cleanup the breakpoint
* restoration variables to prevent dangling pointers.
*/
if (bp->ctx->task)
if (bp->ctx && bp->ctx->task)
bp->ctx->task->thread.last_hit_ubp = NULL;
}

Expand Down

0 comments on commit 72f87f9

Please sign in to comment.