From e163d529ad7ab449db36ee88dab16170de711f34 Mon Sep 17 00:00:00 2001 From: Rabin Vincent Date: Wed, 12 Jan 2011 14:38:52 +0100 Subject: [PATCH] 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 Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-format-patch failed