Re: [PATCH V2 55/68] powerpc/mm: VMALLOC abstraction

2016-04-27 Thread Aneesh Kumar K.V
vmalloc range differs between hash and radix config. Hence make VMALLOC_START and related constants a variable which get runtime initialized depending on hash or radix. > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/include/asm/book3s/64/hash.h| 14 +++--- > arch/powerpc/in

Re: [PATCH V2 55/68] powerpc/mm: VMALLOC abstraction

2016-04-25 Thread Balbir Singh
On 23/04/16 13:29, Aneesh Kumar K.V wrote: > Michael Neuling writes: > >> Aneesh, >> >> I'm not sure why we need this patch. >> >> It seems to be moving the initialisation of some global variables into >> init functions from the definitions. And renames some things. > > > because the value t

Re: [PATCH V2 55/68] powerpc/mm: VMALLOC abstraction

2016-04-25 Thread Balbir Singh
On 09/04/16 16:13, Aneesh Kumar K.V wrote: > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/include/asm/book3s/64/hash.h| 14 +++--- > arch/powerpc/include/asm/book3s/64/pgtable.h | 15 --- > arch/powerpc/include/asm/book3s/64/radix.h | 21 + >

Re: [PATCH V2 55/68] powerpc/mm: VMALLOC abstraction

2016-04-23 Thread Aneesh Kumar K.V
Michael Neuling writes: > Aneesh, > > I'm not sure why we need this patch. > > It seems to be moving the initialisation of some global variables into > init functions from the definitions. And renames some things. because the value to which it is getting initialized is no more a constant. > >

Re: [PATCH V2 55/68] powerpc/mm: VMALLOC abstraction

2016-04-21 Thread Michael Neuling
Aneesh, I'm not sure why we need this patch. It seems to be moving the initialisation of some global variables into init functions from the definitions. And renames some things. > diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c > index 41503d7d53a1..3759df52bd67 100644