From: Will Deacon Date: Tue, 4 Feb 2014 12:29:13 +0000 (+0000) Subject: arm64: asm: remove redundant "cc" clobbers X-Git-Tag: v3.14-rc2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c4189689f92fba7ecf9097173404d4928c6e9b;p=pandora-kernel.git 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 Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed