commit | 484c96dbb26965d712a808ab9e8b00090455bdf6 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Jul 29 15:16:22 2015 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Jul 29 18:32:09 2015 +0100 |
tree | 5ee83538dea60da365f83905f29e03cb27a9493a | |
parent | 63a581865e9ee7b1277f1e4941d0765fdbde032a [diff] |
arm64: lse: fix lse cmpxchg code indentation For some reason, the ll/sc cmpxchg asm is all off to the left and awkward to read in conjunction with the following (correctly indented) LSE version. This patch shifts the ll/sc code back to where it should be. Signed-off-by: Will Deacon <will.deacon@arm.com>