From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from buildserver.ru.mvista.com (unknown [85.21.88.6]) by ozlabs.org (Postfix) with ESMTP id 3DD09DDEBD for ; Wed, 27 Jun 2007 04:17:22 +1000 (EST) Message-ID: <468153BF.6060204@ru.mvista.com> Date: Tue, 26 Jun 2007 21:58:23 +0400 From: Valentine Barshak MIME-Version: 1.0 To: Josh Boyer Subject: Re: Katmai w/ DENX git - "init has generated signal 4" error References: <1182877959.19501.17.camel@weaponx.rchland.ibm.com> In-Reply-To: <1182877959.19501.17.camel@weaponx.rchland.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Josh Boyer wrote: > On Tue, 2007-06-26 at 12:02 -0400, Stephen Winiecki wrote: > >>> I'm using the Denx linux-2.6-denx.git repository with a Katmai board. I >>> want to boot off a disk (initialized w/ Debian 4.0). I've installed a >>> Promise Ultra133 Tx2 IDE controller card in the PCI slot, and configured >>> >>> it in the kernel. I boot this same disk w/ IDE card on other 4xx >>> >> boards >> >>> without a problem (Bamboo w/ Denx 4.1 for example). I am getting an >>> >> error >> >>> "init has generated signal 4 but has no handler for it". >>> >> I believe the problem may be due to lack of HW FP on the processor(?). >> Copying an embedded 440 RFS on disk works OK. >> > > Signal 4 is SIGILL, which could be returned for float instructions I > suppose. Try turning on CONFIG_MATH_EMULATION in your kernel config for > Katmai and see if the problem goes away. > > josh > > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > Looks like 440SPe entry is missing in the arch/ppc/kernel/cputable.c Thanks.