diff options
Diffstat (limited to 'sys/kern/kern_synch.c')
-rw-r--r-- | sys/kern/kern_synch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index cb8e655..a14abb2 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -273,6 +273,7 @@ SYSCTL_INT(_kern, OID_AUTO, fscale, CTLFLAG_RD, 0, FSCALE, ""); /* * Recompute process priorities, every hz ticks. + * MP-safe, called without the Giant mutex. */ /* ARGSUSED */ static void @@ -745,6 +746,7 @@ out: * If process hasn't been awakened (wchan non-zero), * set timeout flag and undo the sleep. If proc * is stopped, just unsleep so it will remain stopped. + * MP-safe, called without the Giant mutex. */ static void endtsleep(arg) |