summaryrefslogtreecommitdiffstats
path: root/sys/sys/resourcevar.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2007-06-04 23:57:32 +0000
committerjeff <jeff@FreeBSD.org>2007-06-04 23:57:32 +0000
commitbe3241715a48dab8a6b74311f0444688566e0db5 (patch)
tree94504cdd93e5f8b4e5d7be07bb2a3b46cb6f87ac /sys/sys/resourcevar.h
parentb980923789dd5b44ed7f25001a432b29870bd564 (diff)
downloadFreeBSD-src-be3241715a48dab8a6b74311f0444688566e0db5.zip
FreeBSD-src-be3241715a48dab8a6b74311f0444688566e0db5.tar.gz
- Change comments and asserts to reflect the removal of the global
scheduler lock. Tested by: kris, current@ Tested on: i386, amd64, ULE, 4BSD, libthr, libkse, PREEMPTION, etc. Discussed with: kris, attilio, kmacy, jhb, julian, bde (small parts each)
Diffstat (limited to 'sys/sys/resourcevar.h')
-rw-r--r--sys/sys/resourcevar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h
index 173d7e3..a94ba94 100644
--- a/sys/sys/resourcevar.h
+++ b/sys/sys/resourcevar.h
@@ -47,7 +47,7 @@
* Locking key:
* b - created at fork, never changes
* c - locked by proc mtx
- * j - locked by sched_lock mtx
+ * j - locked by proc slock
* k - only accessed by curthread
*/
struct pstats {
OpenPOWER on IntegriCloud