Re: [PATCH v5 3/5] riscv: Separate memory init from paging init

2021-03-12 Thread Geert Uytterhoeven
Hi Atish, On Wed, Mar 10, 2021 at 5:41 PM Geert Uytterhoeven wrote: > On Thu, Nov 19, 2020 at 1:40 AM Atish Patra wrote: > > Currently, we perform some memory init functions in paging init. But, > > that will be an issue for NUMA support where DT needs to be flattened > > before numa initializat

Re: [PATCH v5 3/5] riscv: Separate memory init from paging init

2021-03-10 Thread Geert Uytterhoeven
Hi Atish, On Thu, Nov 19, 2020 at 1:40 AM Atish Patra wrote: > Currently, we perform some memory init functions in paging init. But, > that will be an issue for NUMA support where DT needs to be flattened > before numa initialization and memblock_present can only be called > after numa initializa

[PATCH v5 3/5] riscv: Separate memory init from paging init

2020-11-18 Thread Atish Patra
Currently, we perform some memory init functions in paging init. But, that will be an issue for NUMA support where DT needs to be flattened before numa initialization and memblock_present can only be called after numa initialization. Move memory initialization related functions to a separate funct