git: kernel - Add atomic_fetchadd_64()
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jun 29 23:46:52 PDT 2015
commit b659e5dd7d917e3bd3c47fbc1a0dd4c3545199e3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Jun 29 23:36:00 2015 -0700
kernel - Add atomic_fetchadd_64()
* Add an atomic_fetchadd_64() function which hammer2 needs. This might
not be possible on e.g. 32-bit architectures for porting purposes but
for now I don't want to put a lock around the hammer2 functions that
need it.
Summary of changes:
sys/cpu/x86_64/include/atomic.h | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b659e5dd7d917e3bd3c47fbc1a0dd4c3545199e3
--
DragonFly BSD source repository
More information about the Commits
mailing list