Re: [PATCH] powerpc: Detect POWER9 architected mode

2017-02-16 Thread Suraj Jitindar Singh
On Fri, 2017-02-17 at 10:59 +1100, Russell Currey wrote: > Signed-off-by: Russell Currey Tested-in-QEMU-by: Suraj Jitindar Singh > --- >  arch/powerpc/kernel/cputable.c | 19 +++ >  1 file changed, 19 insertions(+) > > diff --git a/arch/powerpc/kernel/cputable.c > b/arch/powerpc/k

Re: [PATCH] powerpc: Detect POWER9 architected mode

2017-02-16 Thread Russell Currey
On Fri, 2017-02-17 at 11:57 +1100, Michael Neuling wrote: > Can you make the comment/title a bit more descriptive...  Have a look at > c674e703cb1028e468527163074810b4a17bf379 where we added the p8. > I had a look at that when I was making the commit but I didn't think it really added anything va

Re: [PATCH] powerpc: Detect POWER9 architected mode

2017-02-16 Thread Michael Neuling
Can you make the comment/title a bit more descriptive... Have a look at c674e703cb1028e468527163074810b4a17bf379 where we added the p8. > Signed-off-by: Russell Currey Other than that, the code looks good.. Acked-By: Michael Neuling > --- >  arch/powerpc/kernel/cputable.c | 19 +++