diff options
| -rw-r--r-- | sys/conf/NOTES | 1 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 1 | ||||
| -rw-r--r-- | sys/sys/condvar.h | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0102651fff27..a4bd2218a85a 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 0102651fff27..a4bd2218a85a 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 72b1513265a7..005025566876 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; }; |
