From owner-freebsd-questions@FreeBSD.ORG Sat Mar 26 18:28:13 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 7D3CE16A4CE for ; Sat, 26 Mar 2005 18:28:13 +0000 (GMT) Received: from smtp9.wanadoo.fr (smtp9.wanadoo.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3127843D46 for ; Sat, 26 Mar 2005 18:28:13 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (unknown [127.0.0.1]) by mwinf0908.wanadoo.fr (SMTP Server) with ESMTP id 36DF01C00154 for ; Sat, 26 Mar 2005 19:28:12 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf0908.wanadoo.fr (SMTP Server) with ESMTP id 1D9521C00151 for ; Sat, 26 Mar 2005 19:28:12 +0100 (CET) X-ME-UUID: 20050326182812121.1D9521C00151@mwinf0908.wanadoo.fr Date: Sat, 26 Mar 2005 19:28:11 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <1641928994.20050326192811@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: hyper threading. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 18:28:13 -0000 Perttu Laine writes: > I have 3,4ghz ht processor and freebsd shows up only one processors. I > suppose it should show two in ht models? so, GENERIC kernel doesn't > support it? but should I add to kernel config to enable it? by reading > config examples I think this should be enough: > > options SMP Yes, that's all you need. Just add that line, rebuild and reinstall the kernel, and you're all set. Works great. Hyperthreading doesn't buy you as much as truly separate processors, but it helps you get more bang for the buck out of your single processor (depending on the type of workload you run). -- Anthony