Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-05-01 Thread David Gibson
On Wed, May 01, 2013 at 01:17:41PM +0530, Aneesh Kumar K.V wrote: > David Gibson writes: > > > On Tue, Apr 30, 2013 at 10:51:00PM +0530, Aneesh Kumar K.V wrote: > >> David Gibson writes: > >> > >> > On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh Kumar K.V wrote: > >> >> From: "Aneesh Kumar K.

Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-05-01 Thread David Gibson
On Wed, May 01, 2013 at 03:52:30PM +0800, Simon Jeons wrote: > On 05/01/2013 03:47 PM, Aneesh Kumar K.V wrote: > >David Gibson writes: > > > >>On Tue, Apr 30, 2013 at 10:51:00PM +0530, Aneesh Kumar K.V wrote: > >>>David Gibson writes: > >>> > On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh K

Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-05-01 Thread Simon Jeons
On 05/01/2013 03:47 PM, Aneesh Kumar K.V wrote: David Gibson writes: On Tue, Apr 30, 2013 at 10:51:00PM +0530, Aneesh Kumar K.V wrote: David Gibson writes: On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh Kumar K.V wrote: From: "Aneesh Kumar K.V" Encode the actual page correctly in tlbi

Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-05-01 Thread Aneesh Kumar K.V
David Gibson writes: > On Tue, Apr 30, 2013 at 10:51:00PM +0530, Aneesh Kumar K.V wrote: >> David Gibson writes: >> >> > On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh Kumar K.V wrote: >> >> From: "Aneesh Kumar K.V" >> >> >> >> Encode the actual page correctly in tlbie/tlbiel. This make sur

Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-04-30 Thread David Gibson
On Tue, Apr 30, 2013 at 10:51:00PM +0530, Aneesh Kumar K.V wrote: > David Gibson writes: > > > On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh Kumar K.V wrote: > >> From: "Aneesh Kumar K.V" > >> > >> Encode the actual page correctly in tlbie/tlbiel. This make sure we handle > >> multiple page

Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-04-30 Thread Aneesh Kumar K.V
David Gibson writes: > On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh Kumar K.V wrote: >> From: "Aneesh Kumar K.V" >> >> Encode the actual page correctly in tlbie/tlbiel. This make sure we handle >> multiple page size segment correctly. > > As mentioned in previous comments, this commit messa

Re: [PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-04-29 Thread David Gibson
On Mon, Apr 29, 2013 at 01:07:39AM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > Encode the actual page correctly in tlbie/tlbiel. This make sure we handle > multiple page size segment correctly. As mentioned in previous comments, this commit message needs to give much more detai

[PATCH -V7 18/18] powerpc: Update tlbie/tlbiel as per ISA doc

2013-04-28 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" Encode the actual page correctly in tlbie/tlbiel. This make sure we handle multiple page size segment correctly. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/hash_native_64.c | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-)