From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 00:01:55 2004 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 E064B16A4CE for ; Fri, 17 Sep 2004 00:01:55 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E7E43D49 for ; Fri, 17 Sep 2004 00:01:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8652 invoked from network); 17 Sep 2004 00:01:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Sep 2004 00:01:54 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 74428E; Thu, 16 Sep 2004 20:01:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "adp" References: <060501c49c18$ad4c3f60$6401a8c0@THEBOX> From: Lowell Gilbert Date: 16 Sep 2004 20:01:54 -0400 In-Reply-To: <060501c49c18$ad4c3f60$6401a8c0@THEBOX> Message-ID: <44y8j9zrt9.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: SMP on SMP-capable system with one processor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 00:01:56 -0000 "adp" writes: > We have several Dell-based systems that are dual-processor capable, but have > only one processor. The FreeBSD 4.9 kernels for each system is compiled with > SMP support, even though there is only one processor on each system right > now. > > Would this actually reduce performance on a single processor system? I know > that SMP kernels have to worry about special locking, and may be doing > unnecessary work. Sure. If you don't have a multiprocessor system, you may see a very small performance improvement by removing the SMP support. You'd need to make careful measurements to notice the difference, though.