aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorZaid Al-Bassam <[email protected]>2023-03-17 15:50:24 -0400
committerWill Deacon <[email protected]>2023-03-27 14:01:18 +0100
commitb3a070869f39be4fad9ea4d99f2c8fab1fb7eead (patch)
tree9a6dbf1d3b5caf4f1c2ff9f77311ec9e6c0bbe3c /lib/mpi/mpi-mod.c
parent11fba29a8a1f2fca08f301426b15c62d8a0b8040 (diff)
perf: pmuv3: Change GENMASK to GENMASK_ULL
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 <[email protected]> Acked-by: Marc Zyngier <[email protected]> Tested-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions