Re: [PATCH] powerpc: Add POWER8 architected mode to cputable

2012-11-09 Thread Michael Neuling
> On Fri, Nov 09, 2012 at 05:26:42PM +1100, Michael Neuling wrote: > > A PVR of 0x0F04 means we are arch v2.07 complicate ie, POWER8. > > Huh? > > s/complicate/compliant/ ? Yes, compliant. Thanks > Also ie has to be written with dots (i.e.). Thanks. Mikey ___

Re: [PATCH] powerpc: Add POWER8 architected mode to cputable

2012-11-09 Thread Gabriel Paubert
On Fri, Nov 09, 2012 at 05:26:42PM +1100, Michael Neuling wrote: > A PVR of 0x0F04 means we are arch v2.07 complicate ie, POWER8. Huh? s/complicate/compliant/ ? Also ie has to be written with dots (i.e.). Gabriel > > Signed-off-by: Michael Neuling > > diff --git a/arch/powe

[PATCH] powerpc: Add POWER8 architected mode to cputable

2012-11-08 Thread Michael Neuling
A PVR of 0x0F04 means we are arch v2.07 complicate ie, POWER8. Signed-off-by: Michael Neuling diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 216ff84..75a3d71 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -435,6 +43