]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the calling conventions of the MTX_ENTER macro to match
authorJake Burkholder <jake@FreeBSD.org>
Fri, 8 Dec 2000 08:49:36 +0000 (08:49 +0000)
committerJake Burkholder <jake@FreeBSD.org>
Fri, 8 Dec 2000 08:49:36 +0000 (08:49 +0000)
commit96d57f35b200fb0dd600dcc0086ef78ae5367aff
treea157825108ff52e4553778a997a6c6981f6bdb2b
parent06b6617e0bfc170ce8c035bba3789a481038a34f
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.
sys/amd64/include/mutex.h
sys/i386/include/mutex.h