diff options
author | Vineet Gupta <vgupta@kernel.org> | 2020-01-21 09:56:33 -0800 |
---|---|---|
committer | Vineet Gupta <vgupta@kernel.org> | 2021-08-24 14:25:46 -0700 |
commit | b1040148b2ea4ecbdb60c0d20393f4d15eee13ac (patch) | |
tree | 50e9135027cc6c6a28a13b8d915f624f77d15bbb /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b0f839b4b91588c24bac8d320f7fc9fe2dea4517 (diff) |
ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
!LLSC atomics use spinlock (SMP) or irq-disable (UP) to implement
criticla regions. UP atomic_set() however was "cheating" by not doing
any of that so and still being functional.
Remove this anomaly (primarily as cleanup for future code improvements)
given that this config is not worth hassle of special case code.
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions