Re: [V2][PATCH] New MMU feature for new hpte format in ISA3

2016-06-15 Thread Balbir Singh
On 15/06/16 15:42, Aneesh Kumar K.V wrote: > Balbir Singh writes: > >> On 15/06/16 10:38, Balbir Singh wrote: >>> >>> Thanks for a review, I'll do a V2 with some changes >>> >>> Balbir >>> >> >> Michael, please review and check if you like the #ifdef, >> since we are

Re: [V2][PATCH] New MMU feature for new hpte format in ISA3

2016-06-14 Thread Aneesh Kumar K.V
Balbir Singh writes: > On 15/06/16 10:38, Balbir Singh wrote: >> >> Thanks for a review, I'll do a V2 with some changes >> >> Balbir >> > > Michael, please review and check if you like the #ifdef, > since we are crossing the 32 bit boundary, I've used a > conditional

[V2][PATCH] New MMU feature for new hpte format in ISA3

2016-06-14 Thread Balbir Singh
On 15/06/16 10:38, Balbir Singh wrote: > > Thanks for a review, I'll do a V2 with some changes > > Balbir > Michael, please review and check if you like the #ifdef, since we are crossing the 32 bit boundary, I've used a conditional define to select the feature. Changelog v2: The new

Re: [PATCH] New MMU feature for new hpte format in ISA3

2016-06-14 Thread Balbir Singh
On Wed, Jun 15, 2016 at 2:51 AM, Aneesh Kumar K.V wrote: > Balbir Singh writes: > >> This patch has been lightly tested and needs testing >> on additional platforms and different page sizes, largely >> due to the mmu_features changes noted

Re: [PATCH] New MMU feature for new hpte format in ISA3

2016-06-14 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc3] [also build test ERROR on next-20160614] [cannot apply to powerpc/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] New MMU feature for new hpte format in ISA3

2016-06-14 Thread Aneesh Kumar K.V
Balbir Singh writes: > This patch has been lightly tested and needs testing > on additional platforms and different page sizes, largely > due to the mmu_features changes noted below > > Commit 50de596de introduced support for the new PTE > format in the functions

[PATCH] New MMU feature for new hpte format in ISA3

2016-06-14 Thread Balbir Singh
This patch has been lightly tested and needs testing on additional platforms and different page sizes, largely due to the mmu_features changes noted below Commit 50de596de introduced support for the new PTE format in the functions hpte_encode_r and hpte_encode_avpn. This patch abstracts the