diff options
| author | Uros Bizjak <[email protected]> | 2022-10-17 16:52:26 +0200 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-11-18 13:55:06 -0800 |
| commit | 6a6d7602caec1b49dda423b0d15a8c4f72c9c73d (patch) | |
| tree | 59032d176d8d1229607e1bece6487369cc9282b2 /tools/perf/scripts/python | |
| parent | add891f68d9d17dece8e1592c5e59a484fb7090e (diff) | |
llist: avoid extra memory read in llist_add_batch
try_cmpxchg implicitly assigns old head->first value to "first" when
cmpxchg fails. There is no need to re-read the value in the loop.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Uros Bizjak <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions