On Thu, 2013-01-10 at 12:10 +, Punit Agrawal wrote:
> This patch fixes incorrect range check for the number of PMU counters. This
> caused the number of counters to be off-by-1.
>
> Signed-off-by: Punit Agrawal
> ---
> Hi Tixy,
>
> I discovered an embarassing range check issue in the CCI dri
This patch fixes incorrect range check for the number of PMU counters. This
caused the number of counters to be off-by-1.
Signed-off-by: Punit Agrawal
---
Hi Tixy,
I discovered an embarassing range check issue in the CCI driver. It would allow
only 3 of the 4 CCI PMU counters to be used. This pa