diff options
author | Will Deacon <[email protected]> | 2019-12-19 16:22:56 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2020-04-16 12:28:34 +0100 |
commit | 549887271a961a79375b2a55bf675515b9107778 (patch) | |
tree | 94e5eacf68de2e01130f8f9767dbff130e8a3de7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dee081bf8f824cabeb7c7495367d5dad0a444eb1 (diff) |
locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
Passing volatile-qualified pointers to the asm-generic implementations of
the load-acquire macros results in a re-load from the stack due to the
temporary result variable inheriting the volatile semantics thanks to the
use of 'typeof()'.
Define these temporary variables using 'unqual_scalar_typeof' to drop
the volatile qualifier in the case that they are scalar types.
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions