From f423b7783bd0d2aa80da33ccab2cd5ce608c4b48 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Tue, 27 Mar 2012 14:10:03 -0400 Subject: [PATCH] --- yaml --- r: 298830 b: refs/heads/master c: 07feea877d18453bbe4ad47fe2a365eebf56a7af h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/tile/include/asm/atomic_32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f9f01097407f..f50ad7b0a6ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 327e8b6b25588ab906856a4e506b28c59422f11b +refs/heads/master: 07feea877d18453bbe4ad47fe2a365eebf56a7af diff --git a/trunk/arch/tile/include/asm/atomic_32.h b/trunk/arch/tile/include/asm/atomic_32.h index 466dc4a39a4f..54d1da826f93 100644 --- a/trunk/arch/tile/include/asm/atomic_32.h +++ b/trunk/arch/tile/include/asm/atomic_32.h @@ -200,7 +200,7 @@ static inline u64 atomic64_add_return(u64 i, atomic64_t *v) * @u: ...unless v is equal to u. * * Atomically adds @a to @v, so long as @v was not already @u. - * Returns the old value of @v. + * Returns non-zero if @v was not @u, and zero otherwise. */ static inline u64 atomic64_add_unless(atomic64_t *v, u64 a, u64 u) {