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)
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>

No differences found