From: Russell King Date: Fri, 18 Mar 2011 23:48:03 +0000 (-0700) 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=24bd39aa20bf0feaa298f297c9ab245f563c587b;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