Re: [PATCH -V3 02/11] arch/powerpc: Simplify hpte_decode

2012-07-22 Thread Aneesh Kumar K.V
Paul Mackerras writes: > On Mon, Jul 09, 2012 at 06:43:32PM +0530, Aneesh Kumar K.V wrote: >> From: "Aneesh Kumar K.V" >> >> This patch simplify hpte_decode for easy switching of virtual address to >> virtual page number in the later patch >> >> Signed-off-by: Aneesh Kumar K.V > > I'm not con

Re: [PATCH -V3 02/11] arch/powerpc: Simplify hpte_decode

2012-07-22 Thread Paul Mackerras
On Mon, Jul 09, 2012 at 06:43:32PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > This patch simplify hpte_decode for easy switching of virtual address to > virtual page number in the later patch > > Signed-off-by: Aneesh Kumar K.V I'm not convinced your version is simpler than

[PATCH -V3 02/11] arch/powerpc: Simplify hpte_decode

2012-07-09 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" This patch simplify hpte_decode for easy switching of virtual address to virtual page number in the later patch Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/hash_native_64.c | 49 ++ 1 file changed, 28 insertions(+), 21 dele