Re: [PATCH v3 2/3] powerpc: get hugetlbpage handling more generic

2016-12-06 Thread Christophe LEROY
Le 07/12/2016 à 02:06, Scott Wood a écrit : On Tue, 2016-12-06 at 07:34 +0100, Christophe LEROY wrote: Le 06/12/2016 à 02:18, Scott Wood a écrit : On Wed, 2016-09-21 at 10:11 +0200, Christophe Leroy wrote: Today there are two implementations of hugetlbpages which are managed by exclusive

Re: [PATCH v3 2/3] powerpc: get hugetlbpage handling more generic

2016-12-06 Thread Scott Wood
On Tue, 2016-12-06 at 07:34 +0100, Christophe LEROY wrote: > > Le 06/12/2016 à 02:18, Scott Wood a écrit : > > > > On Wed, 2016-09-21 at 10:11 +0200, Christophe Leroy wrote: > > > > > > Today there are two implementations of hugetlbpages which are managed > > > by exclusive #ifdefs: > > > *

Re: [PATCH v3 2/3] powerpc: get hugetlbpage handling more generic

2016-12-05 Thread Christophe LEROY
Le 06/12/2016 à 02:18, Scott Wood a écrit : On Wed, 2016-09-21 at 10:11 +0200, Christophe Leroy wrote: Today there are two implementations of hugetlbpages which are managed by exclusive #ifdefs: * FSL_BOOKE: several directory entries points to the same single hugepage * BOOK3S: one upper

Re: [PATCH v3 2/3] powerpc: get hugetlbpage handling more generic

2016-12-05 Thread Scott Wood
On Wed, 2016-09-21 at 10:11 +0200, Christophe Leroy wrote: > Today there are two implementations of hugetlbpages which are managed > by exclusive #ifdefs: > * FSL_BOOKE: several directory entries points to the same single hugepage > * BOOK3S: one upper level directory entry points to a table of

Re: [PATCH v3 2/3] powerpc: get hugetlbpage handling more generic

2016-09-21 Thread Aneesh Kumar K.V
Christophe Leroy writes: > Today there are two implementations of hugetlbpages which are managed > by exclusive #ifdefs: > * FSL_BOOKE: several directory entries points to the same single hugepage > * BOOK3S: one upper level directory entry points to a table of hugepages

[PATCH v3 2/3] powerpc: get hugetlbpage handling more generic

2016-09-21 Thread Christophe Leroy
Today there are two implementations of hugetlbpages which are managed by exclusive #ifdefs: * FSL_BOOKE: several directory entries points to the same single hugepage * BOOK3S: one upper level directory entry points to a table of hugepages In preparation of implementation of hugepage support on