commit | 0cc0c027d4e028632933f1be2dc4cd730358183b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Dec 14 23:20:36 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Dec 14 23:25:02 2008 +0100 |
tree | d64e0a45f5db7b6369198a1265a343f49e92714b | |
parent | 029af8c753bb5a7432aa1ed38bf61fe2c2f66d17 [diff] |
perfcounters: release CPU context when exiting task counters If counters are exiting via do_exit() not via filp close, then the CPU context needs to be released - otherwise future percpu counter creations might fail. Signed-off-by: Ingo Molnar <mingo@elte.hu>