commit | aa5452d70c0d559310598b243b8b1033c10056e7 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Wed Dec 09 11:28:13 2009 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 09 09:56:27 2009 +0100 |
tree | 80f1c0b1137722a71623254c93bec20e33f4b19d | |
parent | 44234adcdce38f83c56e05f808ce656175b4beeb [diff] |
perf_event: Clean up __perf_event_init_context() Clean up the code a bit: - define 'perf_cpu_context' variable with 'static' - use kzalloc() instead of kmalloc() and memset() Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Reviewed-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <4B1F194D.7080306@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>