commit | e9ac829185c5d17787d78c13c05a40c39d660239 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <hannes@cmpxchg.org> | Tue Jul 21 17:08:28 2009 +0200 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 11 16:25:06 2009 +0100 |
tree | 295822fefaf2370c9f4ef155dba1d6f225b93b89 | |
parent | 03a6e5bd5ba7d2a37b0bf4327b83d7c83311b0a1 [diff] |
ARM: boolean bit testing 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>