Fix powerpc uatomic 4-byte cmpxchg (cmpd -> cmpw)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 May 2010 22:09:20 +0000 (18:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 May 2010 22:09:20 +0000 (18:09 -0400)
Necessary to make it work on 32-bit only powerpc architectures. Was using the
64-bit comparison rather than the 32-bit comparison for 4-byte cmpxchg.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.025181 seconds and 4 git commands to generate.