]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Create a new lock, umtx_lock, for use instead of the proc lock for
authorjeff <jeff@FreeBSD.org>
Sun, 25 May 2003 18:18:32 +0000 (18:18 +0000)
committerjeff <jeff@FreeBSD.org>
Sun, 25 May 2003 18:18:32 +0000 (18:18 +0000)
commit4c8aa154ff7fbfb6beeb7489a9418f8b93e91b12
treed968160f8f79381b45db7145527fc3e55cc1e6f6
parentf716dc5d968bece30da1ce41f673a328d1d4ef9f
 - Create a new lock, umtx_lock, for use instead of the proc lock for
   protecting the umtx queues.  We can't use the proc lock because we need
   to hold the lock across calls to casuptr, which can fault.

Approved by: re
sys/kern/kern_umtx.c