From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 19:58:50 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A7C16A4CE for ; Wed, 12 Jan 2005 19:58:50 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6864643D41 for ; Wed, 12 Jan 2005 19:58:50 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 40so832428wri for ; Wed, 12 Jan 2005 11:58:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=oaoX2mqpMlx7NiUMQmth57LS9nb2BVfM1Jh0wRENrd0T+g9BaBRhFE1y3iVIFlbI7jE+uZAhaC2koq/kI6JP7bSwMNZIW1L0MxleX7ARjuvXsBs0najtiH2VRAFtM2hXv0rKpk7Rro0TFXBzhs2oSqDBNvzRGJKA6J+e8Pt9Mm4= Received: by 10.54.59.11 with SMTP id h11mr481194wra; Wed, 12 Jan 2005 11:58:49 -0800 (PST) Received: by 10.54.19.59 with HTTP; Wed, 12 Jan 2005 11:58:49 -0800 (PST) Message-ID: <35de0c30050112115842aa3b17@mail.gmail.com> Date: Wed, 12 Jan 2005 14:58:49 -0500 From: Bryan Fullerton To: freebsd-questions@freebsd.org In-Reply-To: <20050112052901.GA61033@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9094-SnapperMsgD246FC56BE0A255B@68.243.126.247> <20050112014359.GA3722@gothmog.gr> <35de0c30050111210235ea3060@mail.gmail.com> <20050112052901.GA61033@osiris.chen.org.nz> Subject: Re: Hyperthreading hurts 5.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 19:58:50 -0000 On Wed, 12 Jan 2005 18:29:01 +1300, Jonathan Chen wrote: > On Wed, Jan 12, 2005 at 12:02:37AM -0500, Bryan Fullerton wrote: > > By default the system will detect a HTT processor, but can only launch > > the second 'virtual' CPU core if you recompile the kernel with the SMP > > option enabled. > > Not true on 5.3+ GENERIC systems. If you look at dmesg, you'll see the > second virtual CPU launched as well as the extra column in top(1) if > you enable HTT in the BIOS. You are incorrect. There is no SMP option in the 5.3-R i386 GENERIC config file as distributed. Other platforms (sparc64 and alpha) do ship with SMP enabled by default. They're not using HTT, though, so are irrelevant to this discussion. Bryan