diff options
author | James Clark <james.clark@linaro.org> | 2024-11-28 12:14:14 +0000 |
---|---|---|
committer | Suzuki K Poulose <suzuki.poulose@arm.com> | 2024-12-11 10:15:25 +0000 |
commit | 5aec7c065fba0c56d6c1ea5d629395210f174be8 (patch) | |
tree | fbd8ff0eb9e4876ec495b591aebc9f9589db2312 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c8ea5f41b4212fd6c76070bd9432f1bdec64f6b0 (diff) |
coresight: Drop atomics in connection refcounts
These belong to the device being enabled or disabled and are only ever
used inside the device's spinlock. Remove the atomics to not imply that
there are any other concurrent accesses.
If atomics were necessary I don't think they would have been enough
anyway. There would be nothing to prevent an enable or disable running
concurrently if not for the spinlock.
Signed-off-by: James Clark <james.clark@linaro.org>
Reviewed-by: Yeoreum Yun <yeoreum.yun@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20241128121414.2425119-1-james.clark@linaro.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions