[SPARC64]: Fix futex_atomic_cmpxchg_inatomic implementation.
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2006 00:30:39 +0000 (16:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2006 00:30:39 +0000 (16:30 -0800)
I copied the logic from ll/sc arch implementations, but that
was wrong and makes no sense at all.  Just do a straight
compare-exchange instruction, just like x86.

Based upon bug reports from Dennis Gilmore and Fabio Massimo.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found