From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E3F2E68A1F for ; Wed, 8 Feb 2006 01:28:58 +1100 (EST) In-Reply-To: <17384.30426.76075.491857@cargo.ozlabs.ibm.com> References: <17384.30426.76075.491857@cargo.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0298A03B-4A0D-48CE-B941-EB3D0CEA9606@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH] powerpc: Fix Kernel FP unavail exception for BookE Date: Tue, 7 Feb 2006 08:28:50 -0600 To: Paul Mackerras Cc: linuxppc-dev@ozlabs.org, galak@gate.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Feb 7, 2006, at 4:30 AM, Paul Mackerras wrote: > Becky Bruce writes: > >> powerpc: Correct BookE FP unavailable exception > > ... > >> diff --git a/arch/powerpc/kernel/head_booke.h b/arch/powerpc/ >> kernel/head_booke.h > > Ummm... which tree has head_booke.h? powerpc.git should have it. If not this is an issue that should be fixed. Becky, is this change also needed for arch/ppc? If so can you fixup arch/ppc/kernel/head_booke.h and provide patch that duplicates head_booke.h in arch/powerpc/kernel if its not there. - k