Re: powerpc/perf: Change the data type for the variable 'ncpu' in IMC code

2018-01-21 Thread Michael Ellerman
On Tue, 2017-10-31 at 09:52:00 UTC, Anju T Sudhakar wrote: > Change the data type for the variable 'ncpu' in ppc_core_imc_cpu_offline(), > since cpumask_any_but() returns an 'int' value. > > Signed-off-by: Anju T Sudhakar > Reported-by: David Binderman Applied to powerpc next, thanks. https://

[PATCH] powerpc/perf: Change the data type for the variable 'ncpu' in IMC code

2017-10-31 Thread Anju T Sudhakar
Change the data type for the variable 'ncpu' in ppc_core_imc_cpu_offline(), since cpumask_any_but() returns an 'int' value. Signed-off-by: Anju T Sudhakar Reported-by: David Binderman --- arch/powerpc/perf/imc-pmu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/powe