Date: Fri, 3 Aug 2007 23:38:46 +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: <200708032338.l73Nck5Y088683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2007-08-03 23:38:46 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Share scheduler locks between hyper-threaded cores to protect the tdq_group structure. Hyper-threaded cores won't really benefit from seperate locks anyway. - Seperate out the migration case from sched_switch to simplify the main switch code. We only migrate here if called via sched_bind(). - When preempted place the preempted thread back in the same queue at the head. - Improve the cpu group and topology infrastructure. Tested by: many on current@ Approved by: re Revision Changes Path 1.203 +200 -114 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708032338.l73Nck5Y088683>