HomeFreeBSD

Add atomic_fcmpset_*() inlines for MIPS

Description

Add atomic_fcmpset_*() inlines for MIPS

atomic_fcmpset_*() is analogous to atomic_cmpset(), but saves off the
read value from the target memory location into the 'old' pointer.

Reviewed by: imp, brooks
Requested by: mjg
Differential Revision: https://reviews.freebsd.org/D9391

Details

Provenance
kanAuthored on
Reviewer
imp
Differential Revision
D9391: Add atomic_fcmpset_*() inlines for MIPS
Parents
rS313039: MFC r312678: Eliminate misleading comments and dead code in
Branches
Unknown
Tags
Unknown