Re: [PATCH 2/4] powerpc/mm/radix: Use different RTS encoding for different POWER9 revs

2016-09-05 Thread Michael Neuling
On Wed, 2016-08-24 at 15:03 +0530, Aneesh Kumar K.V wrote: > POWER9 DD1 uses RTS - 28 for the RTS value but other revisions use > RTS - 31.  This makes this distinction for the different revisions > > Signed-off-by: Aneesh Kumar K.V Acked-by: Michael Neuling

[PATCH 2/4] powerpc/mm/radix: Use different RTS encoding for different POWER9 revs

2016-08-24 Thread Aneesh Kumar K.V
POWER9 DD1 uses RTS - 28 for the RTS value but other revisions use RTS - 31. This makes this distinction for the different revisions Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/book3s/64/radix.h | 13 + 1 file changed, 9