From owner-cvs-src@FreeBSD.ORG Mon May 16 11:43:24 2005 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 A717316A4CE; Mon, 16 May 2005 11:43:24 +0000 (GMT) Received: from mail27.syd.optusnet.com.au (mail27.syd.optusnet.com.au [211.29.133.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CDC43D1F; Mon, 16 May 2005 11:43:24 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j4GBhCoM012039 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 16 May 2005 21:43:13 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1])j4GBhCmg022007; Mon, 16 May 2005 21:43:12 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.13.1/8.13.1/Submit) id j4GBh79X022006; Mon, 16 May 2005 21:43:07 +1000 (EST) (envelope-from peter) Date: Mon, 16 May 2005 21:43:07 +1000 From: Peter Jeremy To: Jeff Roberson Message-ID: <20050516114307.GE34537@server.vk2pj.dyndns.org> References: <97079.1116154766@critter.freebsd.dk> <4287AD84.6070600@root.org> <20050516080031.GD34537@server.vk2pj.dyndns.org> <20050516053818.E53620@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050516053818.E53620@mail.chesapeake.net> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: Jacques Vidrine cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Poul-Henning Kamp cc: Colin Percival cc: Nate Lawson Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.csrc/sys/amd64/include cpufunc.h src/sys/i386/i386 mp_machdep.c src/sys/i386/include cpufunc.h 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: Mon, 16 May 2005 11:43:24 -0000 On Mon, May 16, 2005 at 05:41:23AM -0400, Jeff Roberson wrote: >The statement about schedulers is not entirely true. ULE has lots of >special case code for HTT, and 4bsd even has a small amount. My apologies. I was under the impression that 4bsd saw N CPUs and treated them all as equal. I knew one of the design goals of ULE was to make it possible to handle CPUs with different capabilities but I didn't realise you'd done more than install the hooks. Peter