diff options
author | Zaid Al-Bassam <zalbassam@google.com> | 2023-03-17 22:50:24 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-03-27 16:01:18 +0300 |
commit | b3a070869f39be4fad9ea4d99f2c8fab1fb7eead (patch) | |
tree | 9a6dbf1d3b5caf4f1c2ff9f77311ec9e6c0bbe3c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 11fba29a8a1f2fca08f301426b15c62d8a0b8040 (diff) | |
download | linux-b3a070869f39be4fad9ea4d99f2c8fab1fb7eead.tar.xz |
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 <zalbassam@google.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20230317195027.3746949-6-zalbassam@google.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions