From: Russell King Date: Tue, 8 Mar 2011 22:43:08 +0000 (-0800) Subject: ARM: bitops: switch set/clear/change bitops to use ldrex/strex X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ae8daeb4666b729792b9d51f1a8c89bfe76bd0;p=pandora-kernel.git ARM: bitops: switch set/clear/change bitops to use ldrex/strex Switch the set/clear/change bitops to use the word-based exclusive operations, which are only present in a wider range of ARM architectures than the byte-based exclusive operations. Tested record: - Nicolas Pitre: ext3,rw,le - Sourav Poddar: nfs,le - Will Deacon: ext3,rw,le - Tony Lindgren: ext3+nfs,le Reviewed-by: Nicolas Pitre Tested-by: Sourav Poddar Tested-by: Will Deacon Tested-by: Tony Lindgren Signed-off-by: Russell King --- Reading git-diff-tree failed