git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee49653
)
ARM: bitops: switch set/clear/change bitops to use ldrex/strex
author
Russell King - ARM Linux
<linux@arm.linux.org.uk>
Fri, 28 Jan 2011 01:35:54 +0000
(17:35 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 28 Jan 2011 01:35:54 +0000
(17:35 -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