HomeFreeBSD

Don't retry a lost reservation in atomic_fcmpset()

Description

Don't retry a lost reservation in atomic_fcmpset()

The desired behavior of atomic_fcmpset_() is to always exit on error. Instead
of retrying on lost reservation, leave the retry to the caller, and return
error.

Reported by: kib

Details

Provenance
jhibbitsAuthored on
Parents
rS313006: calculate_crc32c: Add SSE4.2 implementation on x86
Branches
Unknown
Tags
Unknown