cvs commit: src/sys/kern sched_ule.c
Jeff Roberson
jeff at FreeBSD.org
Sat Jun 4 02:23:31 PDT 2005
jeff 2005-06-04 09:23:29 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- Don't SLOT_USE() in the preempt case, sched_add() has already taken the
slot for us. Previously, we would take two slots on every preempt, and
setrunqueue() would fix it up for us in the non threaded case. The
threaded case was simply broken.
- Clean up flags, prototypes, comments.
Revision Changes Path
1.150 +37 -72 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list