freebsd-nq/sys/arm64
Andrew Turner 46f52b028f Split out the _acq and _rel functions. These were the same, but there is
no need for them to be this strong, we only need to provide one or the
other.

While here replace atomic_load_acq_* and atomic_store_rel_* with a single
instruction version, and fix the definition of atomic_clear_* to point to
the correct functions.

Sponsored by:	The FreeBSD Foundation
2015-04-06 16:27:22 +00:00
..
include Split out the _acq and _rel functions. These were the same, but there is 2015-04-06 16:27:22 +00:00