Files
linux-apfs/arch/arm64
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-03-28 18:23:24 -04:00
2017-04-04 17:03:32 +01:00
2017-06-26 10:15:06 +01:00