From owner-freebsd-stable@FreeBSD.ORG Wed Feb 1 11:46:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 F170B16A420 for ; Wed, 1 Feb 2006 11:46:05 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA5743D45 for ; Wed, 1 Feb 2006 11:46:05 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.52 (FreeBSD)) id 1F4GR0-000EqJ-9E; Wed, 01 Feb 2006 11:46:02 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.52 (FreeBSD)) id 1F4GR0-000CCB-3O; Wed, 01 Feb 2006 11:46:02 +0000 To: john@essenz.com, mikej@rogers.com In-Reply-To: <43E05432.1040102@rogers.com> Message-Id: From: Pete French Date: Wed, 01 Feb 2006 11:46:02 +0000 Cc: freebsd-stable@freebsd.org Subject: Re: 6-stable and HTT P4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 11:46:06 -0000 > > Just got it to work though... Had to add > > machdep.hyperthreading_allowed=1 to loader.conf in addition to > > hlt_logical_cpus=0 > > Great. FYI, HTT will give you little or even negative performance benefits. Heh - I still cant persuade my 6.0-RELEASE to *not* use hyperthreading! have got hyperthreading_allowed set to 0, hlt_logical_cpus set to 1 and it sttill shcedules things on 4 CPU's rather than 2. -pcf.