From owner-freebsd-current@FreeBSD.ORG Tue Mar 9 07:07:10 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 B8B5816A4CE for ; Tue, 9 Mar 2004 07:07:10 -0800 (PST) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB7F43D66 for ; Tue, 9 Mar 2004 07:07:10 -0800 (PST) (envelope-from jbd@cagemonkey.com) Received: from mail.therondosseycpa.com (adsl-65-71-99-193.dsl.hstntx.swbell.net [65.71.99.193]) i29F6wk3084024; Tue, 9 Mar 2004 10:06:59 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) i29GHdn3006048; Tue, 9 Mar 2004 10:17:39 -0600 Date: Tue, 9 Mar 2004 10:17:39 -0600 (CST) From: Justin Dossey X-X-Sender: jbd@localhost.localdomain To: Conrad Sabatier In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: APIC/SMP on UP? (was Re: Load average with CURRENT) 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: Tue, 09 Mar 2004 15:07:10 -0000 On Tue, 9 Mar 2004, Conrad Sabatier wrote: > I've been meaning to ask about this. Is there anything to be gained on a UP > box by enabling APIC and/or SMP? I'm running on an Athlon here, with ULE: > > CPU: AMD Athlon(tm) Processor (998.07-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x622 Stepping = 2 Features=0x183f9ff > AMD Features=0xc0400000 I'd say yes, there is. APIC reduces interrupt overhead and provides an on-chip timer. It also provides better interrupt sharing. -- Justin Dossey