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 583B82C0096 for ; Mon, 10 Sep 2012 14:42:32 +1000 (EST) Message-ID: <1347251137.2385.145.camel@pasglop> Subject: Re: [PATCH 6/6] powerpc: Implement PPR save/restore From: Benjamin Herrenschmidt To: Haren Myneni In-Reply-To: <1347191067.3418.21.camel@hbabu-laptop> References: <1347191067.3418.21.camel@hbabu-laptop> Content-Type: text/plain; charset="UTF-8" Date: Mon, 10 Sep 2012 14:25:37 +1000 Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, mikey@neuling.org, paulus@samba.org, anton@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S > index 8d21cc4..034dbb7 100644 > --- a/arch/powerpc/kernel/entry_64.S > +++ b/arch/powerpc/kernel/entry_64.S > @@ -33,6 +33,7 @@ > #include > #include > #include > +#include entry_64.S is shared with BookE which uses a different header, so that won't do. Cheers, Ben.