diff options
author | John Garry <[email protected]> | 2021-10-01 18:48:45 +0800 |
---|---|---|
committer | Will Deacon <[email protected]> | 2021-10-04 13:13:11 +0100 |
commit | 78cac393b4642eb5936d9c0685acd50d8370648f (patch) | |
tree | be24ec37efe071baaff2183aeda927eed36be1e1 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 16cc4af286aae85859ee39e25d21f3d910f8175d (diff) |
drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update()
A LSL of 32 requires > 32b value to hold the result. However in
tx2_uncore_event_update(), 1UL << 32 currently only works as unsigned
long is 64b on a 64b system.
If we want to compile test for a 32b system, we need unsigned long long,
whose min size is 64b.
Signed-off-by: John Garry <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions