diff options
author | jhb <jhb@FreeBSD.org> | 2001-09-22 21:19:55 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-09-22 21:19:55 +0000 |
commit | 9426cdbe394ea7f3120f023fb356b022ba303fef (patch) | |
tree | ed2cebe192cb68127b459af5d58946dacac44eb8 /usr.sbin/sysinstall | |
parent | cba438d63ffdf61f735025d74c7c7f3ad5ca24bd (diff) | |
download | FreeBSD-src-9426cdbe394ea7f3120f023fb356b022ba303fef.zip FreeBSD-src-9426cdbe394ea7f3120f023fb356b022ba303fef.tar.gz |
Since we no longer inline any debugging code in the mutex operations, move
all the debugging code into the function versions of the mutex operations
in kern_mutex.c. This reduced the __mtx_* macros to simply wrappers of
the _{get,rel}_lock_* macros, so the __mtx_* macros were also abolished in
favor of just calling the _{get,rel}_lock_* macros. The tangled hairy mass
of macros calling macros is at least a bit more sane now.
Diffstat (limited to 'usr.sbin/sysinstall')
0 files changed, 0 insertions, 0 deletions