Date: Wed, 23 Feb 2005 14:52:49 +0000 (UTC) From: Suleiman Souhlal <ssouhlal@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_idle.c Message-ID: <200502231452.j1NEqnaA060367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ssouhlal 2005-02-23 14:52:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_idle.c Log: MFC of r1.42 (Fri Feb 4 06:16:05 2005 UTC) + small required hack for RELENG_5, setting kg_user_pri = PRI_MAX_IDLE: Set the scheduling class of the idle threads to PRI_IDLE. While there, set their priority with sched_prio() instead of changing it 'by hand'. Reviewed by: jhb Approved by: grehan (mentor) Reviewed by: jhb Approved by: grehan (mentor) Revision Changes Path 1.40.2.2 +3 -1 src/sys/kern/kern_idle.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502231452.j1NEqnaA060367>