Re: [PATCH V2 28/68] powerpc/mm: Add radix callbacks to pte accessors

2016-04-20 Thread Balbir Singh
On 09/04/16 16:13, Aneesh Kumar K.V wrote: > For those pte accessors, that operate on a different set of pte bits > between hash/radix, we add a generic variant that does a conditional > to hash linux or radix variant. > > Signed-off-by: Aneesh Kumar K.V > --- Looks good! Balbir _

[PATCH V2 28/68] powerpc/mm: Add radix callbacks to pte accessors

2016-04-08 Thread Aneesh Kumar K.V
For those pte accessors, that operate on a different set of pte bits between hash/radix, we add a generic variant that does a conditional to hash linux or radix variant. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/include/asm/book3s/64/hash.h| 41 +- arch/powerpc/include