]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8
authorOlivier Houchard <cognet@FreeBSD.org>
Mon, 2 Apr 2018 23:35:32 +0000 (23:35 +0000)
committerOlivier Houchard <cognet@FreeBSD.org>
Mon, 2 Apr 2018 23:35:32 +0000 (23:35 +0000)
commite8d27288c2439ee79c81e4684ea90e8ca1aab845
tree167d58dad3c007074e191f90478c1824dfe32aa5
parent358370410ca01ec37e55ea44c0f3cd1fa8860c5d
Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8
It should fix ck_pr_[load|store]_ptr on mips and riscv, make sure no
*fence instructions are used on i386, as older cpus don't support it, and
make sure we don't rely on gcc builtins that can lead to calls to
libatomic when linked with -O0.
16 files changed:
include/ck_cc.h
include/ck_hs.h
include/ck_pr.h
include/ck_queue.h
include/ck_ring.h
include/gcc/ck_cc.h
include/gcc/ck_pr.h
include/gcc/sparcv9/ck_pr.h
include/gcc/x86/ck_pr.h
include/gcc/x86_64/ck_pr.h
include/spinlock/dec.h
src/ck_hs.c
src/ck_ht.c
src/ck_ht_hash.h
src/ck_internal.h
src/ck_rhs.c