From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bilbo.ozlabs.org (bilbo.ozlabs.org [203.10.76.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bilbo.ozlabs.org", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 7AF09DDEE9 for ; Wed, 29 Apr 2009 10:16:16 +1000 (EST) From: Michael Neuling To: Kumar Gala Subject: Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics In-reply-to: <1530CE92-A052-487F-B5D1-643E166068B6@kernel.crashing.org> References: <20090428124503.70AF1123B3@localhost.localdomain> <1530CE92-A052-487F-B5D1-643E166068B6@kernel.crashing.org> Date: Wed, 29 Apr 2009 10:16:15 +1000 Message-ID: <11622.1240964175@neuling.org> Cc: Paul Mackerras , Milton Miller , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > Index: linux-2.6-ozlabs/arch/powerpc/include/asm/mmu.h > > =================================================================== > > --- linux-2.6-ozlabs.orig/arch/powerpc/include/asm/mmu.h > > +++ linux-2.6-ozlabs/arch/powerpc/include/asm/mmu.h > > @@ -58,6 +58,11 @@ > > */ > > #define MMU_FTR_TLBILX_EARLY_OPCODE ASM_CONST(0x00400000) > > > > +/* This indicates that the processor uses the ISA 2.06 server tlbie > > + * mnemonics > > + */ > > +#define MMU_FTR_TLBIE_206 ASM_CONST(0x00800000) > > + > > #ifndef __ASSEMBLY__ > > #include > > You aren't going to like me, but I just got rid of > MMU_FTR_TLBILX_EARLY_OPCODE and thus freed up 0x00400000. So a) patch > will probably bitch when being applied by Ben b) we should use > 0x00400000. Kuuuuumaaaaar!!!! :-) > (suggest pulling in paulus/merge as that has the "revert" patch that > removes MMU_FTR_TLBILX_EARLY_OPCODE - and paul's sent a pull request > to linus for it.) OK, new patches coming. Mikey