diff options
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r-- | sys/kern/kern_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index c09e9d6..63e3fcf 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -359,7 +359,7 @@ stopprofclock(p) p->p_flag |= P_STOPPROF; while (p->p_profthreads != 0) msleep(&p->p_profthreads, &p->p_mtx, PPAUSE, - "stopprof", NULL); + "stopprof", 0); p->p_flag &= ~P_STOPPROF; } mtx_lock_spin(&sched_lock); |