]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
zapnot the signed bits in atomic_cmpset_32. Previously this did not work with
authorJeff Roberson <jeff@FreeBSD.org>
Wed, 8 May 2002 05:19:56 +0000 (05:19 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Wed, 8 May 2002 05:19:56 +0000 (05:19 +0000)
commitc4b689f10af0284bf66260bcbee105712438abc0
tree360977ebdec5a6e0294170f2e0d3332ba994402f
parent8b637659da92b793e2a0cebc5cabbb8d10ac9ef8
zapnot the signed bits in atomic_cmpset_32.  Previously this did not work with
negative values because the original value was sign extended but the compared
value was not.
sys/alpha/include/atomic.h