commit | 7f08a414f29e7daea661d03231998625257ed3f1 | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Tue Aug 04 17:27:34 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Aug 04 18:51:04 2015 +0100 |
tree | 568dc0dce2d1185cfc972ea3e3a10831189fb86d | |
parent | 97942c2862d74689b6241802f2aa43972042389f [diff] |
arm64: make ll/sc __cmpxchg_case_##name asm consistent The ll/sc __cmpxchg_case_##name assembly mostly uses symbolic names for operands, but in a single case uses %2 to refer to what is otherwise known as %[v]. This makes the code more painful to read than is necessary. Use %[v] instead. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>