From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 8136DDDE0C for ; Sat, 29 Dec 2007 03:28:03 +1100 (EST) Message-ID: <47752412.7040708@pikatech.com> Date: Fri, 28 Dec 2007 11:28:02 -0500 From: Sean MacLennan MIME-Version: 1.0 To: Josh Boyer Subject: Re: Problems with arch/powerpc References: <47742519.8060502@pikatech.com> <20071227194753.56bc92f8@vader.jdub.homelinux.org> <477493D9.7070700@pikatech.com> <47749548.8020908@pikatech.com> <20071228072512.01c6eba8@vader.jdub.homelinux.org> In-Reply-To: <20071228072512.01c6eba8@vader.jdub.homelinux.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org, Stefan Roese List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Josh Boyer wrote: > Does the setjmp call use floating point instructions? I'm wondering if > the APU isn't enabled for the FPU on the Yosemite board for some > reason. If that wasn't enabled, weird things would happen. > That was it! The cputable did not have an entry for the 440EP Rev C! So the FPU flag was not being set. Cheers, Sean