Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147469
b: refs/heads/master
c: 856d56b
h: refs/heads/master
i:
  147467: cb4689b
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed May 17, 2009
1 parent 1c93ec7 commit 4c8aa89
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 8bc2095951517e2c74b8aeeca4685ddd6b16ed4b
refs/heads/master: 856d56b9e5de650a64a6c41c17aaed702b55d578
6 changes: 6 additions & 0 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ static void __exit_signal(struct task_struct *tsk)
sig = NULL; /* Marker for below. */
}

/*
* Flush inherited counters to the parent - before the parent
* gets woken up by child-exit notifications.
*/
perf_counter_exit_task(tsk);

__unhash_process(tsk);

/*
Expand Down

0 comments on commit 4c8aa89

Please sign in to comment.