Re: [PATCH 1/2 v3] bootmem/powerpc: Unify bootmem initialization

2014-08-05 Thread Emil Medve
Hello Anton, On 08/05/2014 02:25 AM, Anton Blanchard wrote: > Hi Emil, > >> Unify the low/highmem code path from do_init_bootmem() by using (the) >> lowmem related variables/parameters even when the low/highmem split >> is not needed (64-bit) or configured. In such cases the "lowmem" >> variable

Re: [PATCH 1/2 v3] bootmem/powerpc: Unify bootmem initialization

2014-08-05 Thread Anton Blanchard
Hi Emil, > Unify the low/highmem code path from do_init_bootmem() by using (the) > lowmem related variables/parameters even when the low/highmem split > is not needed (64-bit) or configured. In such cases the "lowmem" > variables/parameters continue to observe the definition by referring > to memo

[PATCH 1/2 v3] bootmem/powerpc: Unify bootmem initialization

2014-05-08 Thread Emil Medve
Unify the low/highmem code path from do_init_bootmem() by using (the) lowmem related variables/parameters even when the low/highmem split is not needed (64-bit) or configured. In such cases the "lowmem" variables/parameters continue to observe the definition by referring to memory directly mapped b