]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6621/1: bitops: remove condition code clobber for CLZ
authorRabin Vincent <rabin@rab.in>
Wed, 12 Jan 2011 13:38:52 +0000 (14:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 12 Jan 2011 14:22:25 +0000 (14:22 +0000)
commit98d129588d56957dc8b4be50576017d4202e3cf3
treed930e21edf1b5992066a9734524218eaa1f4bd24
parent10716b4fcce0e3c2c912a413eed9b4803fb2c034
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>
arch/arm/include/asm/bitops.h