commit | e163d529ad7ab449db36ee88dab16170de711f34 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Wed Jan 12 14:38:52 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 12 14:22:25 2011 +0000 |
tree | d930e21edf1b5992066a9734524218eaa1f4bd24 | |
parent | 22eeb8f6e0214a83ac6958a29a83572137f174bb [diff] |
ARM: 6621/1: bitops: remove condition code clobber for CLZ The CLZ instruction does not alter the condition flags, so remove the "cc" clobber from the inline asm for fls(). Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>