From owner-freebsd-chat@FreeBSD.ORG Fri Jan 11 14:59:54 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABE7816A41A for ; Fri, 11 Jan 2008 14:59:54 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44FDE13C469; Fri, 11 Jan 2008 14:59:53 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47878467.3090508@FreeBSD.org> Date: Fri, 11 Jan 2008 15:59:51 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <189878.45301.qm@web57002.mail.re3.yahoo.com> <20080110171132.GM71709@tuxaco.net> <1199987094.1713.20.camel@localhost> <47866B2A.8070503@elischer.org> <20080110201548.36862edb.timo.schoeler@riscworks.net> <3a142e750801101134p659f50c8qac731334dab9877d@mail.gmail.com> <20080110215931.f14b78ec.timo.schoeler@riscworks.net> <867iigfx54.fsf@ds4.des.no> <20080111134535.a86f2ea1.timo.schoeler@riscworks.net> <8663y0ebtj.fsf@ds4.des.no> <20080111143430.2304cde2.timo.schoeler@riscworks.net> <861w8oea08.fsf@ds4.des.no> <86tzlkct8a.fsf@ds4.des.no> In-Reply-To: <86tzlkct8a.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Timo Schoeler , freebsd-chat@freebsd.org Subject: Re: strace broken in 7.0? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 14:59:54 -0000 Dag-Erling Smørgrav wrote: > By the way, as far as I know, FreeBSD already runs on machines with a > non-power-of-two number of cores: > > - The AMD Opteron architecture supports an arbitrary number of cores in > a HyperTransport ring; there are triple-socket Opteron motherboards, > and AMD is expected to launch a triple-core Phenom this quarter. > > - The Sun UltraSPARC T1 (which runs FreeBSD/sun4v) is available with > four, six and eight physical cores, each with four concurrent > execution threads, giving a total of sixteen, twenty-four or > thirty-two logical cores. > > DES We also have run extensively on sparc e4500 systems with random numbers of CPUs like 10, 12, and 14. Kris