From: Russell King - ARM Linux Date: Tue, 18 Jan 2011 22:43:54 +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=d4c2ff7bf007142308bd993a1b610926654d9828;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. Signed-off-by: Russell King --- Reading git-diff-tree failed