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:
03a6e5b
)
ARM: boolean bit testing
author
Johannes Weiner
<hannes@cmpxchg.org>
Tue, 21 Jul 2009 15:08:28 +0000
(17:08 +0200)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 11 Oct 2009 15:25:06 +0000
(16:25 +0100)
Bit testing (test, testset, testclear, testchange) for bit numbers
known at compile time returns a word with the tested-for bit set.
Change it to return a true boolean value so to make it consistent with
the out-of-line path and all the other bitops implementations.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found