]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8
authorcognet <cognet@FreeBSD.org>
Mon, 2 Apr 2018 23:40:50 +0000 (23:40 +0000)
committercognet <cognet@FreeBSD.org>
Mon, 2 Apr 2018 23:40:50 +0000 (23:40 +0000)
commitb098adb9d6399ae8b75570abf700b2d85ba86c12
tree3c866509b1a753602f4333f2cd810641ea01f161
parent0d269ebbd5d2d04dc4e976d2eb569a79ef8f16d0
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.

MFC after: 1 week
18 files changed:
sys/contrib/ck/FREEBSD-Xlist
sys/contrib/ck/include/ck_cc.h
sys/contrib/ck/include/ck_hs.h
sys/contrib/ck/include/ck_md.h
sys/contrib/ck/include/ck_pr.h
sys/contrib/ck/include/ck_queue.h
sys/contrib/ck/include/ck_ring.h
sys/contrib/ck/include/gcc/ck_cc.h
sys/contrib/ck/include/gcc/ck_pr.h
sys/contrib/ck/include/gcc/sparcv9/ck_pr.h
sys/contrib/ck/include/gcc/x86/ck_pr.h
sys/contrib/ck/include/gcc/x86_64/ck_pr.h
sys/contrib/ck/include/spinlock/dec.h
sys/contrib/ck/src/ck_hs.c
sys/contrib/ck/src/ck_ht.c
sys/contrib/ck/src/ck_ht_hash.h
sys/contrib/ck/src/ck_internal.h
sys/contrib/ck/src/ck_rhs.c