alpha: Improve atomic_add_unless
authorRichard Henderson <rth@twiddle.net>
Thu, 11 Jul 2013 14:42:14 +0000 (07:42 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 19 Jul 2013 20:54:24 +0000 (13:54 -0700)
Use ll/sc loops instead of C loops around cmpxchg.
Update the atomic64_add_unless block comment to match the code.

Reviewed-and-Tested-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>

No differences found