]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- We do need to IPI the idlethread on some systems. It may be stuck in
authorJeff Roberson <jeff@FreeBSD.org>
Sat, 20 Jan 2007 17:03:33 +0000 (17:03 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Sat, 20 Jan 2007 17:03:33 +0000 (17:03 +0000)
commitc95d2db298766cd678ee66c87f1367ea1d990007
treeff01dd9ffcdb06d4dad2a4c7da7158499409a800
parentd071f5048ca7122b4e7d7b859d9af01c5bebf892
 - 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.
sys/kern/sched_ule.c