From: Russell King - ARM Linux Date: Fri, 28 Jan 2011 01:35: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=06181ffc6c866ccc7e0ce184530e75cbaafa0a6e;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