Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232300
b: refs/heads/master
c: 01bb2dc
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 22, 2011
1 parent 9353a98 commit 51ea508
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: ffb5e0fb44d0829021a51f972df90166bc9b700e
refs/heads/master: 01bb2dc4e47639c8e7eddb1718720a051bcdc955
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 51ea508

Please sign in to comment.