Will Deacon 32fb5d73c9 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: Will Deacon <will.deacon@arm.com>
2017-07-20 10:20:54 +01:00
..
2017-07-04 14:53:26 -07:00
2017-07-08 15:51:57 -07:00
2017-07-06 19:45:45 -07:00
2017-03-28 18:23:24 -04:00
2017-07-05 17:09:27 -07:00
2017-02-14 15:13:43 -05:00
2017-04-04 17:03:32 +01:00
2017-07-04 14:53:26 -07:00
2017-06-26 10:15:06 +01:00