From owner-p4-projects@FreeBSD.ORG Thu Feb 21 11:52:48 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 805B516A406; Thu, 21 Feb 2008 11:52:48 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 232D616A403; Thu, 21 Feb 2008 11:52:48 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by mx1.freebsd.org (Postfix) with ESMTP id D2D2E13C44B; Thu, 21 Feb 2008 11:52:47 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from localhost (unknown [127.0.0.1]) by mail.semihalf.com (Postfix) with ESMTP id 94BA8143D0; Thu, 21 Feb 2008 13:01:24 +0100 (CET) Received: from mail.semihalf.com ([127.0.0.1]) by localhost (mail.semihalf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17631-06; Thu, 21 Feb 2008 13:01:23 +0100 (CET) Message-ID: <47BD660C.4080201@semihalf.com> Date: Thu, 21 Feb 2008 12:52:44 +0100 From: Rafal Jaworowski MIME-Version: 1.0 To: Marcel Moolenaar References: <200802210044.m1L0iviJ020049@repoman.freebsd.org> In-Reply-To: <200802210044.m1L0iviJ020049@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at semihalf.com Cc: Perforce Change Reviews Subject: Re: PERFORCE change 135859 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 11:52:48 -0000 Marcel Moolenaar wrote: > Change 135859 by marcel@marcel_xcllnt on 2008/02/21 00:43:57 > > Call the FPU emulator when we get an EXC_PGM. > This makes a hard float work on E500. The > overhead is about 4% utilization when > running top(1). > Reserve space for the FP registers on Book-E > as well and account for the increased PCB > size in locore.S > Great work, Marcel! I'm going to give the AIM world a go on the e500+FPU_EMU. Rafal