From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 19 04:08:54 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBB516A424; Sun, 19 Mar 2006 04:08:54 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 286A143D45; Sun, 19 Mar 2006 04:08:54 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-205-114.cpe.cableone.net [24.119.205.114]) by mail07.powweb.com (Postfix) with ESMTP id 0798F14DC56; Sat, 18 Mar 2006 20:08:51 -0800 (PST) Date: Sat, 18 Mar 2006 22:22:21 -0600 From: Vulpes Velox To: "Larry Rosenman" Message-ID: <20060318222221.3ecea90f@vixen42.vulpes> In-Reply-To: <006701c649ec$74c64c20$0a0a0a0a@aus.pervasive.com> References: <200603171234.52743.jhb@freebsd.org> <006701c649ec$74c64c20$0a0a0a0a@aus.pervasive.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, 'Tom Daly' Subject: Re: Recommended SMP Config X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 04:08:54 -0000 On Fri, 17 Mar 2006 11:58:54 -0600 "Larry Rosenman" wrote: > John Baldwin wrote: > > On Friday 17 March 2006 12:00, Tom Daly wrote: > >>> Because CPU 1 is a hyperthread. So is CPU 3 for that matter. > >> > >> That makes sense, but CPU 3 shows up in top without setting > >> machdep.hyperthreading_allowed=1. ??? > > > > Yes, that's a bug. > > I saw the same thing on my AMD64 system as well, if that matters. I am curious, how are you seeing this on the AMD64 when it is not hyperthreaded? > I've since set machdep.hyperthreading_allowed=1, but was curious. > > Thanks for the confirmation that it's a bug. > > If you or anyone needs a test bed, I have a dual-xeon em64t box > that I can give access to.