commit | 95c4189689f92fba7ecf9097173404d4928c6e9b | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Feb 04 12:29:13 2014 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Feb 07 16:46:07 2014 +0000 |
tree | a2abbb0b084fab81afc4f87ebe809bf03ffade12 | |
parent | 8e86f0b409a44193f1587e87b69c5dcf8f65be67 [diff] |
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>