Re: [PATCH] powerpc/perf: Fix IMC allocation routine

2017-10-24 Thread Anju T Sudhakar
Hi Guilherme, Nice catch. On Friday 20 October 2017 01:11 AM, Guilherme G. Piccoli wrote: When setting nr_cpus=1, we observed a crash in IMC code during boot due to a missing allocation: basically, IMC code is taking the number of threads into account in imc_mem_init() and if we manually set nr

Re: [PATCH] powerpc/perf: Fix IMC allocation routine

2017-10-24 Thread Guilherme G. Piccoli
On 10/24/2017 06:34 AM, Anju T Sudhakar wrote: > Hi Guilherme, > > Nice catch. > > On Friday 20 October 2017 01:11 AM, Guilherme G. Piccoli wrote: >> When setting nr_cpus=1, we observed a crash in IMC code during boot >> due to a missing allocation: basically, IMC code is taking the number >> of