Date: Wed, 13 Sep 2000 11:28:14 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include mutex.h Message-ID: <200009131828.LAA31502@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/09/13 11:28:14 PDT Modified files: sys/alpha/include mutex.h Log: - Fix spinlock exiting to handle recursion properly and only enable interrupts at the proper time. - Remove an uneeded test and just always set the MTX_RECURSE bit when recursing on a sleep lock. Revision Changes Path 1.8 +8 -6 src/sys/alpha/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009131828.LAA31502>