Re: [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL

From: Marc Zyngier
Date: Wed Feb 08 2023 - 06:30:26 EST


On Thu, 26 Jan 2023 20:44:41 +0000,
Zaid Al-Bassam <zalbassam@xxxxxxxxxx> wrote:
>
> GENMASK macro uses "unsigned long" (32-bit wide on arm and 64-bit
> on arm64), This causes build issues when enabling PMUv3 on arm as
> it tries to access bits > 31. This patch switches the GENMASK to
> GENMASK_ULL, which uses "unsigned long long" (64-bit on both arm
> and arm64).
>
> Signed-off-by: Zaid Al-Bassam <zalbassam@xxxxxxxxxx>

Acked-by: Marc Zyngier <maz@xxxxxxxxxx>

M.

--
Without deviation from the norm, progress is not possible.