]> Pileus Git - ~andy/linux/commit
arm64: asm: remove redundant "cc" clobbers
authorWill Deacon <will.deacon@arm.com>
Tue, 4 Feb 2014 12:29:13 +0000 (12:29 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 7 Feb 2014 16:46:07 +0000 (16:46 +0000)
commit95c4189689f92fba7ecf9097173404d4928c6e9b
treea2abbb0b084fab81afc4f87ebe809bf03ffade12
parent8e86f0b409a44193f1587e87b69c5dcf8f65be67
arm64: asm: remove redundant "cc" clobbers

cbnz/tbnz don't update the condition flags, so remove the "cc" clobbers
from inline asm blocks that only use these instructions to implement
conditional branches.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/atomic.h
arch/arm64/include/asm/cmpxchg.h
arch/arm64/include/asm/futex.h
arch/arm64/include/asm/spinlock.h