Re: [PATCH] powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format

2016-11-14 Thread Paul Mackerras
On Mon, Nov 14, 2016 at 11:26:00AM +1100, Balbir Singh wrote: > > > On 11/11/16 16:55, Paul Mackerras wrote: > > This changes the way that we support the new ISA v3.00 HPTE format. > > Instead of adapting everything that uses HPTE values to handle either > > the old format or the new format, depe

Re: [PATCH] powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format

2016-11-13 Thread Balbir Singh
On 11/11/16 16:55, Paul Mackerras wrote: > This changes the way that we support the new ISA v3.00 HPTE format. > Instead of adapting everything that uses HPTE values to handle either > the old format or the new format, depending on which CPU we are on, > we now convert explicitly between old and

Re: [PATCH] powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format

2016-11-11 Thread Aneesh Kumar K.V
Paul Mackerras writes: > This changes the way that we support the new ISA v3.00 HPTE format. > Instead of adapting everything that uses HPTE values to handle either > the old format or the new format, depending on which CPU we are on, > we now convert explicitly between old and new formats if nec