Re: [PATCH] powerpc/powernv: Fix IMC_MAX_PMU macro

2017-11-09 Thread Madhavan Srinivasan
On Friday 10 November 2017 02:32 AM, Michael Ellerman wrote: Anju T Sudhakar writes: IMC_MAX_PMU is used for static storage (per_nest_pmu_arr) which holds nest pmu information. Current value for the macro is 32 based on the initial number of nest pmu units supported by the nest microcode. Cu

Re: [PATCH] powerpc/powernv: Fix IMC_MAX_PMU macro

2017-11-09 Thread Michael Ellerman
Anju T Sudhakar writes: > IMC_MAX_PMU is used for static storage (per_nest_pmu_arr) which holds > nest pmu information. Current value for the macro is 32 based on > the initial number of nest pmu units supported by the nest microcode. > Currently 29 nest units are enabled based on the system conf

[PATCH] powerpc/powernv: Fix IMC_MAX_PMU macro

2017-11-09 Thread Anju T Sudhakar
IMC_MAX_PMU is used for static storage (per_nest_pmu_arr) which holds nest pmu information. Current value for the macro is 32 based on the initial number of nest pmu units supported by the nest microcode. Currently 29 nest units are enabled based on the system configuration. But going forward, micr