Re: [PATCH] perf/core: declare the percpu variable properly

2018-12-04 Thread Mukesh Ojha
Hi All, Can you please review the change ? Thanks, Mukesh On 11/27/2018 2:43 PM, Mukesh Ojha wrote: Sparse reports the current declaration of percpu variable with below warning warning: incorrect type in initializer (different address spaces) expected void const [noderef] *__vpp_ve

[PATCH] perf/core: declare the percpu variable properly

2018-11-27 Thread Mukesh Ojha
Sparse reports the current declaration of percpu variable with below warning warning: incorrect type in initializer (different address spaces) expected void const [noderef] *__vpp_verify got struct perf_cpu_context * Fix it by declaring it properly. Signed-off-by: Mukesh Ojha