arch/tile: revert comment for atomic64_add_unless().
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 27 Mar 2012 18:10:03 +0000 (14:10 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:00:15 +0000 (12:00 -0400)
It still returns whether @v was not @u, not the old value,
unlike __atomic_add_unless().

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: Arun Sharma <asharma@fb.com>

No differences found