summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-31 07:23:31 +0000
committerphk <phk@FreeBSD.org>2002-03-31 07:23:31 +0000
commit64158fc8ed2c372a5ef00746835e9603b81b1443 (patch)
treeae1442b617403aa7ba6efc789572e68c87579f9b /sys
parent87273d930a6c572f75181ce7909a0f79412b5d34 (diff)
downloadFreeBSD-src-64158fc8ed2c372a5ef00746835e9603b81b1443.zip
FreeBSD-src-64158fc8ed2c372a5ef00746835e9603b81b1443.tar.gz
A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,
take them out with tacticals.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/i386/conf/NOTES1
-rw-r--r--sys/sys/condvar.h2
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0102651..a4bd221 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0102651..a4bd221 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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
diff --git a/sys/sys/condvar.h b/sys/sys/condvar.h
index 72b1513..0050255 100644
--- a/sys/sys/condvar.h
+++ b/sys/sys/condvar.h
@@ -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;
};
OpenPOWER on IntegriCloud