Date: Sat, 20 Jan 2007 17:03:33 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200701201703.l0KH3Xwd065076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701201703.l0KH3Xwd065076>