Re: [PATCH V5 01/17] powerpc/mm/slice: Convert slice_mask high slice to a bitmap

2017-03-28 Thread Aneesh Kumar K.V
On Wednesday 29 March 2017 08:41 AM, Paul Mackerras wrote: On Wed, Mar 22, 2017 at 09:06:47AM +0530, Aneesh Kumar K.V wrote: In followup patch we want to increase the va range which will result in us requiring high_slices to have more than 64 bits. To enable this convert high_slices to bitmap.

Re: [PATCH V5 01/17] powerpc/mm/slice: Convert slice_mask high slice to a bitmap

2017-03-28 Thread Paul Mackerras
On Wed, Mar 22, 2017 at 09:06:47AM +0530, Aneesh Kumar K.V wrote: > In followup patch we want to increase the va range which will result > in us requiring high_slices to have more than 64 bits. To enable this > convert high_slices to bitmap. We keep the number bits same in this patch > and later ch