Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758282AbZKJW1y (ORCPT ); Tue, 10 Nov 2009 17:27:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758048AbZKJW1w (ORCPT ); Tue, 10 Nov 2009 17:27:52 -0500 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:35543 "EHLO caffeine.csclub.uwaterloo.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757988AbZKJW1v (ORCPT ); Tue, 10 Nov 2009 17:27:51 -0500 Date: Tue, 10 Nov 2009 22:27:56 +0000 To: "H. Peter Anvin" Cc: Willy Tarreau , Pavel Machek , Avi Kivity , Alan Cox , Matteo Croce , Sven-Haegar Koch , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: i686 quirk for AMD Geode Message-ID: <20091110222756.GF15159@caffeine.csclub.uwaterloo.ca> References: <20091110105642.215804e0@lxorguk.ukuu.org.uk> <4AF99E04.8080704@zytor.com> <20091110172454.3c4481f2@lxorguk.ukuu.org.uk> <4AF9B5AB.5010800@zytor.com> <4AF9C3EF.6000705@redhat.com> <4AF9C6AB.8080006@zytor.com> <20091110201602.GA26633@1wt.eu> <20091110205445.GB1407@ucw.cz> <20091110211259.GD26633@1wt.eu> <4AF9D8E2.7050205@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF9D8E2.7050205@zytor.com> User-Agent: Mutt/1.5.18 (2008-05-17) From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 20 On Tue, Nov 10, 2009 at 01:19:30PM -0800, H. Peter Anvin wrote: > Willy, perhaps you can come up with a list of features you think should > be emulated, together with an explanation of why you opted for that list > of features and *did not* opt for others. > > Note: emulated FPU is a special subcase. The FPU operations are > heavyweight enough that the overhead of trapping versus library calls is > relatively insignificant. That doesn't seem to be the experience of the arm EABI versus the old arm ABI with kernel FPU emulation. Using user space library calls for FPU is vastly faster than the trapping and kernel FPU emulation. -- Len Sorensen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/