]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
atomic_fcmpset* return int, not the type of *.
authorWarner Losh <imp@FreeBSD.org>
Fri, 14 Dec 2018 19:14:51 +0000 (19:14 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 6 Oct 2021 19:45:59 +0000 (14:45 -0500)
commit18b756a7e525e4bd6cd2aa8de86e4a48a583366a
treeb45573ce3b94775648ffac5b24c4ae70281d3178
parentcbb9027cf10e2fa465e114e411e3132115508054
atomic_fcmpset* return int, not the type of *.

fcmpset returns true/false as a int, so make the return types and
variables match the int to be consistent with other arch.

(cherry picked from commit 2fb9d3808a3a0a8939502600cde69b04550d1e7d)
sys/mips/include/atomic.h