commit | 8d6f9af91959256244878cd801c1c969e66cd093 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <[hannes@cmpxchg.org]> | Tue Aug 11 14:52:10 2009 -0700 |
committer | Fenghua Yu <fenghua.yu@intel.com> | Tue Aug 11 14:52:10 2009 -0700 |
tree | bd1dde34d4a3ef472d0a35d05b11320f762fd51f | |
parent | 51b89f7a6615eca184aa0b85db5781d931e9c8d1 [diff] |
ia64: boolean __test_and_clear_bit __test_and_clear_bit() returns a bitfield with the tested-for bit set. Make it consistent with the other bitops - of ia64 but also every other architecture - and return a boolean value. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Fenghua Yu <fenghua.yu@intel.com>