From owner-freebsd-ppc@FreeBSD.ORG Wed Sep 24 10:00:05 2008 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 574DD1065677; Wed, 24 Sep 2008 10:00:05 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id 158918FC17; Wed, 24 Sep 2008 10:00:04 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id m8O9WWTg014624; Wed, 24 Sep 2008 03:32:33 -0600 Message-ID: <48DA092F.9010008@semihalf.com> Date: Wed, 24 Sep 2008 11:32:31 +0200 From: Rafal Jaworowski Organization: Semihalf MIME-Version: 1.0 To: Marcel Moolenaar References: <2A84850D-B205-472A-BC5B-471F2817BC7B@mac.com> <48D019AC.2040409@freebsd.org> <2C9F58FE-30CA-4DF0-B739-A7B70F7DC181@mac.com> In-Reply-To: <2C9F58FE-30CA-4DF0-B739-A7B70F7DC181@mac.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: powerpc@freebsd.org, Peter Grehan Subject: Re: [AIM] SMP now working X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 10:00:05 -0000 Marcel Moolenaar wrote: > There's a visible speedup, so things look good. I hope to have > hard data next week or so. > > Random notes: > o It should be safe to enable interrupt delivery to all CPUs > and play around with programming the TPR of the CPUs. > o SMP works with 4BSD only, but raj@ just told me he has ULE > support for SMP. Hi Marcel, Please find my original changes that made ULE work on the MPC8572 (dual e500): http://people.freebsd.org/~raj/patches/powerpc/ule/ Let me know how it goes on AIM. (Beware of some regs usage rearanngements along the strict ULE changes..) Rafal