Justin Hibbits e44ed9d3d4 powerpc/atomic: Follow recommendations on atomic primitive comparisons
Both IBM and Freescale programming examples presume the cmpset operands will
favor equal, and pessimize the non-equal case instead.  Do the same for
atomic_cmpset_* and atomic_fcmpset_*.  This slightly pessimizes the failure
case, in favor of the success case.

MFC after:	3 weeks
2019-09-25 01:39:58 +00:00
..
2019-09-24 21:41:19 +00:00
2019-08-25 17:13:00 +00:00
2019-09-23 12:43:08 +00:00
2019-09-16 22:17:16 +00:00