From: Luca Barbieri on
Return values 0 and 1 were swapped both in the generic implementation and
my x86-32 one.

The x86-32 and atomic64_test.c patches should probably be squashed in the
appropriate commits in tip/x86/atomic

Luca Barbieri (3):
lib: fix atomic64_add_unless test
x86: fix atomic64_add_unless return value convention
lib: fix atomic64_add_unless return value convention

arch/x86/lib/atomic64_386_32.S | 4 ++--
arch/x86/lib/atomic64_cx8_32.S | 4 ++--
lib/atomic64.c | 4 ++--
lib/atomic64_test.c | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/