From owner-freebsd-questions@FreeBSD.ORG Sun Nov 18 10:43:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEEFF16A418 for ; Sun, 18 Nov 2007 10:43:49 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id AD1F013C4D3 for ; Sun, 18 Nov 2007 10:43:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lAIAhgsX004804; Sun, 18 Nov 2007 11:43:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lAIAhgGT004801; Sun, 18 Nov 2007 11:43:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 18 Nov 2007 11:43:42 +0100 (CET) From: Wojciech Puchar To: Manolis Kiagias In-Reply-To: <4740140C.6050103@otenet.gr> Message-ID: <20071118114306.H4761@wojtek.tensor.gdynia.pl> References: <20071118111446.H4507@wojtek.tensor.gdynia.pl> <4740140C.6050103@otenet.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: hyperthreading CPU and broken scheduling? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2007 10:43:49 -0000 >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > To enable hyperthreading, try setting the following in /etc/sysctl.conf: > > machdep.hyperthreading_allowed=1 > > and reboot (or execute sysctl machdep.hyperthreading_allowed=1 by hand). did /etc/rc.d/sysctl start and works. quite strange that FreeBSD disables hyperthreading at start.