ssouhlal 2005-02-04 06:16:05 UTC
FreeBSD src repository
Modified files:
sys/kern kern_idle.c
Log:
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)
Revision Changes Path
1.42 +2 -1 src/sys/kern/kern_idle.c