Date: Tue, 11 Jul 2006 06:01:14 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thr.c Message-ID: <200607110601.k6B61EeP054703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-07-11 06:01:14 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thr.c
Log:
For SCHED_OTHER, we always inherit current thread's interactive priority
unless current thread is realtime thread, in such case, we set a new zero
priority for it, notice we don't have per-thread nice, the priority
passed by userland is ignored here.
Revision Changes Path
1.46 +10 -6 src/sys/kern/kern_thr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607110601.k6B61EeP054703>
