[PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-29 Thread Michael Neuling
From: Milton Miller This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards compatibilty for CPUs before 2.06. Only useful for bare metal systems. Signed-off-by: Milton Miller Signed-off-by: Michael Neuling --- arch/powerpc/include/asm/mmu.h|5 + arch/powerpc/includ

[PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-28 Thread Michael Neuling
From: Milton Miller This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards compatibilty for CPUs before 2.06. Only useful for bare metal systems. Signed-off-by: Milton Miller Signed-off-by: Michael Neuling --- arch/powerpc/include/asm/mmu.h|5 + arch/powerpc/includ

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-28 Thread Michael Neuling
> > 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_

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-28 Thread Kumar Gala
On Apr 28, 2009, at 7:45 AM, Michael Neuling wrote: 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 +5

[PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-28 Thread Michael Neuling
From: Milton Miller This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards compatibilty for CPUs before 2.06. Only useful for bare metal systems. Signed-off-by: Milton Miller Signed-off-by: Michael Neuling --- arch/powerpc/include/asm/mmu.h|5 + arch/powerpc/includ

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-28 Thread Michael Neuling
Kumar, > > From: Milton Miller > > > > This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards > > compatibilty for CPUs before 2.06. > > > > Only useful for bare metal systems. > > > > Signed-off-by: Milton Miller > > Signed-off-by: Michael Neuling > > --- > > > > arch/powerpc/include/a

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-28 Thread Kumar Gala
On Apr 28, 2009, at 12:03 AM, Michael Neuling wrote: From: Milton Miller This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards compatibilty for CPUs before 2.06. Only useful for bare metal systems. Signed-off-by: Milton Miller Signed-off-by: Michael Neuling --- arch/powerpc/incl

[PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-27 Thread Michael Neuling
From: Milton Miller This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards compatibilty for CPUs before 2.06. Only useful for bare metal systems. Signed-off-by: Milton Miller Signed-off-by: Michael Neuling --- arch/powerpc/include/asm/ppc-opcode.h |3 +++ arch/powerpc/kernel/c

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-27 Thread Kumar Gala
On Apr 27, 2009, at 2:31 PM, Kumar Gala wrote: On Apr 24, 2009, at 1:24 AM, Michael Neuling wrote: Index: linux-2.6-ozlabs/arch/powerpc/include/asm/cputable.h === --- linux-2.6-ozlabs.orig/arch/powerpc/include/asm/cputable.h +++

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-27 Thread Kumar Gala
On Apr 24, 2009, at 1:24 AM, Michael Neuling wrote: Index: linux-2.6-ozlabs/arch/powerpc/include/asm/cputable.h === --- linux-2.6-ozlabs.orig/arch/powerpc/include/asm/cputable.h +++ linux-2.6-ozlabs/arch/powerpc/include/asm/cputabl

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-27 Thread Kumar Gala
On Apr 24, 2009, at 1:24 AM, Michael Neuling wrote: Index: linux-2.6-ozlabs/arch/powerpc/mm/hash_native_64.c === --- linux-2.6-ozlabs.orig/arch/powerpc/mm/hash_native_64.c +++ linux-2.6-ozlabs/arch/powerpc/mm/hash_native_64.c @@ -3

Re: [PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-26 Thread Benjamin Herrenschmidt
On Fri, 2009-04-24 at 16:24 +1000, Michael Neuling wrote: > From: Milton Miller > > This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards > compatibilty for CPUs before 2.06. > > Only useful for bare metal systems. I'd rather stick that in mmu features rather than cpu features to sav

[PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics

2009-04-23 Thread Michael Neuling
From: Milton Miller This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards compatibilty for CPUs before 2.06. Only useful for bare metal systems. Signed-off-by: Milton Miller Signed-off-by: Michael Neuling --- As they say, better out than in --- arch/powerpc/include/asm/cputab