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 crossing the 32 bit boundar

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 define to select the featur

[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 fe