From owner-cvs-src@FreeBSD.ORG Fri Jul 4 12:59:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C79D37B401; Fri, 4 Jul 2003 12:59:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC8943FF2; Fri, 4 Jul 2003 12:59:00 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h64Jx00U064423; Fri, 4 Jul 2003 12:59:00 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h64Jx0ID064422; Fri, 4 Jul 2003 12:59:00 -0700 (PDT) Message-Id: <200307041959.h64Jx0ID064422@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 4 Jul 2003 12:59:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 19:59:01 -0000 jeff 2003/07/04 12:59:00 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Parse the cpu topology map in sched_setup(). - Associate logical CPUs on the same physical core with the same kseq. - Adjust code that assumed there would only be one running thread in any kseq. - Wrap the HTT code with a ULE_HTT_EXPERIMENTAL ifdef. This is a start towards HyperThreading support but it isn't quite there yet. Revision Changes Path 1.51 +53 -13 src/sys/kern/sched_ule.c