Date: Fri, 4 Apr 2008 01:04:43 +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: <200804040104.m3414hJj074163@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2008-04-04 01:04:43 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn't do this either. Simply check P_NOLOAD. It'd be nice if this was in a thread flag so we didn't have an extra cache miss every time we add and remove a thread from the run-queue. Revision Changes Path 1.239 +6 -12 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804040104.m3414hJj074163>