--- Gnu-Mach/kern/syscall_subr.c 2020/09/02 04:47:35 1.1.1.4 +++ Gnu-Mach/kern/syscall_subr.c 2020/09/02 04:49:55 1.1.1.5 @@ -302,8 +302,8 @@ thread_depress_priority( * sched_pri to their lowest possible values. */ thread->depress_priority = thread->priority; - thread->priority = 31; - thread->sched_pri = 31; + thread->priority = NRQS-1; + thread->sched_pri = NRQS-1; if (ticks != 0) set_timeout(&thread->depress_timer, ticks);