summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_synch.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-05-01 17:05:24 +0000
committerjhb <jhb@FreeBSD.org>2003-05-01 17:05:24 +0000
commit2b455d2859abbe5c716ce41a6b7263c6367e2d27 (patch)
tree82650e126577dcd37e92d78a0e7ffa4c57ed8b7d /sys/kern/kern_synch.c
parent8ed712ead15fc26b5070dcac9458f31fc6ecf0fa (diff)
downloadFreeBSD-src-2b455d2859abbe5c716ce41a6b7263c6367e2d27.zip
FreeBSD-src-2b455d2859abbe5c716ce41a6b7263c6367e2d27.tar.gz
Garbage collect unused TDF_INMSLEEP flag.
Diffstat (limited to 'sys/kern/kern_synch.c')
-rw-r--r--sys/kern/kern_synch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c
index fa3e420..914f43e 100644
--- a/sys/kern/kern_synch.c
+++ b/sys/kern/kern_synch.c
@@ -165,7 +165,6 @@ msleep(ident, mtx, priority, wmesg, timo)
* and queue it as ready to run. Note that there is danger here
* because we need to make sure that we don't sleep allocating
* the thread (recursion here might be bad).
- * Hence the TDF_INMSLEEP flag.
*/
mtx_lock_spin(&sched_lock);
if (p->p_flag & P_THREADED || p->p_numthreads > 1) {
OpenPOWER on IntegriCloud