cvs commit: src/sys/kern sched_ule.c
Jeff Roberson
jeff at FreeBSD.org
Sat Jan 20 17:03:34 UTC 2007
jeff 2007-01-20 17:03:33 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- We do need to IPI the idlethread on some systems. It may be stuck in
a power saving mode otherwise.
- If the thread is already bound in sched_bind() unbind it before
re-binding it to a new cpu. I don't like these semantics but they are
expected by some code in the tree. Patch by jkoshy.
Revision Changes Path
1.181 +1 -7 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list