A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,
take them out with tacticals.
This commit is contained in:
parent
87273d930a
commit
64158fc8ed
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user