Re: [3/5] powerpc/perf: Replace last usage of get_cpu_var with this_cpu_ptr

2015-07-27 Thread Anshuman Khandual
On 07/27/2015 10:45 AM, Michael Ellerman wrote: > On Tue, 2015-30-06 at 08:20:29 UTC, Anshuman Khandual wrote: >> > The commit 69111bac42f5ce ("powerpc: Replace __get_cpu_var uses") >> > replaced all usage of get_cpu_var with this_cpu_ptr inside core >> > perf event handling on powerpc. But it skip

Re: [3/5] powerpc/perf: Replace last usage of get_cpu_var with this_cpu_ptr

2015-07-26 Thread Michael Ellerman
On Tue, 2015-30-06 at 08:20:29 UTC, Anshuman Khandual wrote: > The commit 69111bac42f5ce ("powerpc: Replace __get_cpu_var uses") > replaced all usage of get_cpu_var with this_cpu_ptr inside core > perf event handling on powerpc. But it skipped one of them which > is being replaced with this patch.

[PATCH 3/5] powerpc/perf: Replace last usage of get_cpu_var with this_cpu_ptr

2015-06-30 Thread Anshuman Khandual
The commit 69111bac42f5ce ("powerpc: Replace __get_cpu_var uses") replaced all usage of get_cpu_var with this_cpu_ptr inside core perf event handling on powerpc. But it skipped one of them which is being replaced with this patch. Reported-by: Daniel Axtens Signed-off-by: Anshuman Khandual --- a