From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 16:26:12 2004 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 9782A16A4CF for ; Fri, 22 Oct 2004 16:26:12 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164D643D2D for ; Fri, 22 Oct 2004 16:26:12 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i9MGQn8q061387; Fri, 22 Oct 2004 10:26:49 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4179343F.5060805@freebsd.org> Date: Fri, 22 Oct 2004 10:24:31 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tancsa References: <6.1.2.0.0.20041022113405.08fe2c48@64.7.153.2> In-Reply-To: <6.1.2.0.0.20041022113405.08fe2c48@64.7.153.2> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-current@freebsd.org Subject: Re: device apic on a single processor machine 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: Fri, 22 Oct 2004 16:26:12 -0000 Mike Tancsa wrote: > > When moving from RELENG_4 to RELENG_5, I noticed that in GENERIC, the > options > > options SMP # Symmetric MultiProcessor Kernel > device apic # I/O APIC > > are enabled by default. Going forward, is this the best thing to leave > in my default kernel on a uniprocessor machine ? I am not using the ULE > scheduler either and have hyperthreading disabled in the BIOS. > > I did a search on google, and in 2003 it was said not to having either > on a single processor machine but its not clear if this is no longer the > case. > > > ---Mike > It's actually advisable to take both if you don't need them. They are they so that we will work on SMP by default, but do indeed affect performance. Hopefully 5.4 will have some infrastructure in place to provide both UP and SMP kernels to sysinstall. Scott