From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7326AB70FD for ; Fri, 1 Oct 2010 22:22:48 +1000 (EST) Subject: Re: [PATCH 01/18] powerpc: Add ability to build little endian kernels From: Benjamin Herrenschmidt To: Josh Boyer In-Reply-To: References: <1285916771-18033-1-git-send-email-imunsie@au1.ibm.com> <1285916771-18033-2-git-send-email-imunsie@au1.ibm.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 01 Oct 2010 22:22:22 +1000 Message-ID: <1285935742.2463.85.camel@pasglop> Mime-Version: 1.0 Cc: Michal Marek , Sam Ravnborg , Albert Herranz , linux-kernel@vger.kernel.org, paulus@samba.org, Ian Munsie , Andreas Schwab , Andrew Morton , linuxppc-dev@lists.ozlabs.org, Torez Smith List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2010-10-01 at 07:40 -0400, Josh Boyer wrote: > Have you tested this support with a userspace containing floating > point instructions? I wonder if CONFIG_MATH_EMULATION is going to > need work at all, and if the boards with an actual FPU (440EP, 440EPx, > 460EX, etc) would have issues. That's one of the things on the TODO list. We've tested that on a 44x with no FPU so far and made sure we built without math emu. Cheers, Ben.