cvs commit: src/sys/kern kern_idle.c
Suleiman Souhlal
ssouhlal at FreeBSD.org
Wed Feb 23 14:52:50 GMT 2005
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
More information about the cvs-src
mailing list