Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232297
b: refs/heads/master
c: 806839b
h: refs/heads/master
i:
  232295: 8f7a903
v: v3
  • Loading branch information
Oleg Nesterov authored and Ingo Molnar committed Jan 21, 2011
1 parent 9221678 commit db65efd
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: 547e9fd7d328af261f184bf66effc5033c886498
refs/heads/master: 806839b22cbda90176d7f8d421889bddd7826e93
2 changes: 1 addition & 1 deletion trunk/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -6136,7 +6136,7 @@ static void perf_event_exit_task_context(struct task_struct *child, int ctxn)
* scheduled, so we are now safe from rescheduling changing
* our context.
*/
child_ctx = rcu_dereference(child->perf_event_ctxp[ctxn]);
child_ctx = rcu_dereference_raw(child->perf_event_ctxp[ctxn]);
task_ctx_sched_out(child_ctx, EVENT_ALL);

/*
Expand Down

0 comments on commit db65efd

Please sign in to comment.