From owner-freebsd-stable@FreeBSD.ORG Sat Mar 29 01:42:17 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0717437B404 for ; Sat, 29 Mar 2003 01:42:17 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id BCC4A43FDD for ; Sat, 29 Mar 2003 01:42:15 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 29 Mar 2003 09:42:15 +0000 (GMT) Date: Sat, 29 Mar 2003 09:42:13 +0000 From: David Malone To: Aristedes Maniatis Message-ID: <20030329094213.GA22311@walton.maths.tcd.ie> References: <20030328104638.T208@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-stable@freebsd.org Subject: Re: 4.8 hyperthreading changes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 09:42:18 -0000 On Sat, Mar 29, 2003 at 01:05:39PM +1100, Aristedes Maniatis wrote: > makes it seem like this is a new 4.8 feature. Should I be concerned > about upgrading when 4.8 is released in order to obtain the benefits of > better use of these CPUs? The BIOS in the machine in question must be setting up the logical CPUs so that they look like physical CPUS - in this case FreeBSD treats them exactly like physical CPUs. The hypertreading support in 4.8 can enable logical CPUs even if the BIOS has not set them up. David.