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
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
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 +
>
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.
>
>
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