From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 01:24:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3107616A47A for ; Wed, 21 Jun 2006 01:24:26 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from smtp.k1.com.br (customer-200195196249.onda.com.br [200.195.196.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7875843D45 for ; Wed, 21 Jun 2006 01:24:24 +0000 (GMT) (envelope-from lenzi@k1.com.br) Received: from infopar.com.br (localhost [127.0.0.1]) by smtp.k1.com.br (8.13.5/8.13.5) with ESMTP id k5K3Ccn4020530 for ; Tue, 20 Jun 2006 22:24:22 -0300 (BRT) X-MessageWall-Score: 0 (infopar.com.br) Received: from [201.21.131.24] (authenticated as lenzi) by infopar.com.br (MessageWall 1.0.8) with SMTP; 21 Jun 2006 01:24:22 -0000 From: Sergio Lenzi To: freebsd-questions@freebsd.org Date: Tue, 20 Jun 2006 22:23:52 -0300 Message-Id: <1150853032.16507.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD smp 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: Wed, 21 Jun 2006 01:24:26 -0000 Hello, Is SMP enabled in the GENERIC kernel? I have a hyperthreading box, and on Linux it shows up with two cpus. When I do a top on the box in FreeBSD I still see only one CPU. Also, sysctl -a | grep cpu only shows a dev.cpu.0. You must set : machdep.hyperthreading_allowed=1 in /boot/loader.conf.