From owner-freebsd-current@FreeBSD.ORG Mon Aug 25 07:11:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604B816A4BF for ; Mon, 25 Aug 2003 07:11:22 -0700 (PDT) Received: from mx1.trigger.net (ns1.trigger.net [199.166.206.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6239B43FFB for ; Mon, 25 Aug 2003 07:11:19 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from localhost (localhost [127.0.0.1]) by mx1.trigger.net (Postfix) with ESMTP id 07B1D123872; Mon, 25 Aug 2003 10:11:09 -0400 (EDT) Received: from mike (wettoast.org [199.166.206.19]) by mx1.trigger.net (Postfix) with SMTP id 32DB912383E; Mon, 25 Aug 2003 10:11:08 -0400 (EDT) From: "Mike Jakubik" To: "Sang Woo Shim" Date: Mon, 25 Aug 2003 10:11:15 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20030823055733.GA16763@swoo.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Virus-Scanned: by AMaViS cc: current@freebsd.org Subject: RE: HTT on current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 14:11:22 -0000 > -----Original Message----- > From: Sang Woo Shim [mailto:ssw@swoo.org] > Sent: Saturday, August 23, 2003 1:58 AM > To: mikej@trigger.net > Cc: current@freebsd.org > Subject: Re: HTT on current > > > On Fri, Aug 22, 2003 at 10:23:52PM -0400, mikej@trigger.net wrote: > > > > Well i've enabled all SMP options, recompiled and rebooted. The CPUs now > > properly show up in dmesg and i can see the C header in top. However no > > processes seem to be being assigned to cpu 1. Why is the schedueler only > > using CPU 0? This wasnt the behaviour in stable. > > > > Thanks. > > set sysctl machdep.hlt_logical_cpus=0. > That did the job. Thanks.