Date: Fri, 2 Feb 2007 05:14:22 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_4bsd.c Message-ID: <200702020514.l125EMcG062752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2007-02-02 05:14:22 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: Move the seting of the idle_mask bits to a place where they can't be wrong. Also use the IDLETD bit in the thread mask to test if its an idle thread rather than doing a PCPU access. Revision Changes Path 1.96 +25 -17 src/sys/kern/sched_4bsd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702020514.l125EMcG062752>