Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 32fb5d73 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: atomics: Remove '&' from '+&' asm constraint in lse atomics



The lse implementation of atomic64_dec_if_positive uses the '+&' constraint,
but the '&' is redundant and confusing in this case, since early clobber
on a read/write operand is a strange concept.

Replace the constraint with '+'.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent c396fe7f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment