atomic: Alway use inline functions.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 27 Jan 2019 14:06:08 +0000 (22:06 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 27 Jan 2019 14:22:55 +0000 (22:22 +0800)
commit030e3428e0c23c47cef4dfab51f988a8fa665d19
tree832713915c388ad62b5f36797d17cea4f4d0a6ab
parentce273e16553f95e12511e0e310fc30b18dfec7e4
atomic: Alway use inline functions.

Originally only builtin functions use the inline version of the
atomic ops, while modules only use real function call, which is
designed for binary compatibility.  However, this kind of
compatibility is not necessary for DragonFly.
sys/cpu/x86_64/include/atomic.h
sys/cpu/x86_64/misc/atomic.c [deleted file]
sys/platform/pc64/conf/files
sys/platform/vkernel64/conf/files