A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,

take them out with tacticals.
This commit is contained in:
phk 2002-03-31 07:23:31 +00:00
parent 87273d930a
commit 64158fc8ed
3 changed files with 1 additions and 3 deletions

View File

@ -3072,7 +3072,6 @@ options BROOKTREE_ALLOC_PAGES="(217*4+1)"
# Broken:
##options CAPABILITIES
options COMPAT_SUNOS
options CV_DEBUG
options MAXFILES=999
# METEOR_TEST_VIDEO has no effect since meteor is broken.
options METEOR_TEST_VIDEO

View File

@ -3072,7 +3072,6 @@ options BROOKTREE_ALLOC_PAGES="(217*4+1)"
# Broken:
##options CAPABILITIES
options COMPAT_SUNOS
options CV_DEBUG
options MAXFILES=999
# METEOR_TEST_VIDEO has no effect since meteor is broken.
options METEOR_TEST_VIDEO

View File

@ -44,7 +44,7 @@ struct cv {
struct cv_waitq cv_waitq; /* Queue of condition waiters. */
struct mtx *cv_mtx; /*
* Mutex passed in by cv_*wait*(),
* currently only used for CV_DEBUG.
* currently only used for INVARIANTS.
*/
const char *cv_description;
};