Re: [PATCH v3] RISC-V: Remove any memblock representing unusable memory area

2020-10-04 Thread Palmer Dabbelt
On Thu, 01 Oct 2020 12:05:57 PDT (-0700), Atish Patra wrote: RISC-V limits the physical memory size by -PAGE_OFFSET. Any memory beyond that size from DRAM start is unusable. Just remove any memblock pointing to those memory region without worrying about computing the maximum size. Signed-off-by:

Re: [PATCH v3] RISC-V: Remove any memblock representing unusable memory area

2020-10-02 Thread Anup Patel
On Fri, Oct 2, 2020 at 12:36 AM Atish Patra wrote: > > RISC-V limits the physical memory size by -PAGE_OFFSET. Any memory beyond > that size from DRAM start is unusable. Just remove any memblock pointing > to those memory region without worrying about computing the maximum size. > > Signed-off-by: