Warner Losh a1128e850e Correctly implemenet atomic_swap_long for mips64.
MIPS64 has 64-bit longs, so use uint64_t for it, otherwise uint32_t.
sizeof(long) == sizeof(ptr) for all platforms, so define
atomic_swap_ptr in terms of atomic_swap_long.

Submitted by: hps@
2018-12-13 00:42:26 +00:00
..
2018-04-12 17:43:19 +00:00
2018-04-24 17:53:16 +00:00
2018-02-12 14:48:05 +00:00