]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Delete the atomic unlock function since it is no longer required.
authorjb <jb@FreeBSD.org>
Tue, 9 Jun 1998 08:25:41 +0000 (08:25 +0000)
committerjb <jb@FreeBSD.org>
Tue, 9 Jun 1998 08:25:41 +0000 (08:25 +0000)
commitffa72784691e6ee8eb7938c8910724280ad309cb
tree0f11cfc53d8cbe7c39a6c48ba0306d30185ec506
parent6433b7908438fd70c18a0384701f3e97a084e5eb
Delete the atomic unlock function since it is no longer required.

Simplify the atomic lock to just write a value of 1 to the lock instead
of taking the value passed by the caller (which just confused things).
lib/libc_r/arch/amd64/_atomic_lock.S
lib/libc_r/arch/i386/_atomic_lock.S
lib/libpthread/arch/i386/i386/_atomic_lock.S