Re: [PATCH] powerpc/mm: Move hpte encode routine to platform specific files

2016-11-10 Thread Paul Mackerras
On Thu, Nov 10, 2016 at 02:54:23PM +0530, Aneesh Kumar K.V wrote: > They differ between powernv and pseries. While we are at it copy > a version for ps3 too. For now this is same as what we have for pSeries. > > Fixes: 50de596de8be6 ("powerpc/mm/hash: Add support for Power9 Hash") This seems like

Re: [PATCH] powerpc/mm: Move hpte encode routine to platform specific files

2016-11-10 Thread Aneesh Kumar K.V
Balbir Singh writes: > On 11/11/16 10:54, Balbir Singh wrote: >> >> >> On 10/11/16 20:24, Aneesh Kumar K.V wrote: >>> They differ between powernv and pseries. While we are at it copy >>> a version for ps3 too. For now this is same as what we have for pSeries. >>> >>> Fixes: 50de596de8be6 ("powe

Re: [PATCH] powerpc/mm: Move hpte encode routine to platform specific files

2016-11-10 Thread Balbir Singh
On 11/11/16 10:54, Balbir Singh wrote: > > > On 10/11/16 20:24, Aneesh Kumar K.V wrote: >> They differ between powernv and pseries. While we are at it copy >> a version for ps3 too. For now this is same as what we have for pSeries. >> >> Fixes: 50de596de8be6 ("powerpc/mm/hash: Add support for P

Re: [PATCH] powerpc/mm: Move hpte encode routine to platform specific files

2016-11-10 Thread Balbir Singh
On 10/11/16 20:24, Aneesh Kumar K.V wrote: > They differ between powernv and pseries. While we are at it copy > a version for ps3 too. For now this is same as what we have for pSeries. > > Fixes: 50de596de8be6 ("powerpc/mm/hash: Add support for Power9 Hash") > Signed-off-by: Aneesh Kumar K.V

[PATCH] powerpc/mm: Move hpte encode routine to platform specific files

2016-11-10 Thread Aneesh Kumar K.V
They differ between powernv and pseries. While we are at it copy a version for ps3 too. For now this is same as what we have for pSeries. Fixes: 50de596de8be6 ("powerpc/mm/hash: Add support for Power9 Hash") Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/book3s/64/mmu-hash.h | 61 -