]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: lse: fix lse cmpxchg code indentation
authorWill Deacon <will.deacon@arm.com>
Wed, 29 Jul 2015 14:16:22 +0000 (15:16 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 29 Jul 2015 17:32:09 +0000 (18:32 +0100)
commit484c96dbb26965d712a808ab9e8b00090455bdf6
tree5ee83538dea60da365f83905f29e03cb27a9493a
parent63a581865e9ee7b1277f1e4941d0765fdbde032a
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>
arch/arm64/include/asm/atomic_lse.h