ARM: bitops: switch set/clear/change bitops to use ldrex/strex
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Wed, 19 Jan 2011 22:03:49 +0000 (14:03 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 19 Jan 2011 22:03:49 +0000 (14:03 -0800)
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 <rmk+kernel@arm.linux.org.uk>

No differences found