Date: Fri, 8 Dec 2000 00:49:37 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h Message-ID: <200012080849.eB88nbe97758@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2000/12/08 00:49:36 PST Modified files: sys/i386/include mutex.h Log: Change the calling conventions of the MTX_ENTER macro to match that of MTX_EXIT. Don't assume that the reg parameter to MTX_ENTER holds curproc, load it explicitly. Put semi-colons at the end of the macros to be more consistent and so its harder to forget them when these change. Revision Changes Path 1.17 +14 -12 src/sys/i386/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?200012080849.eB88nbe97758>