Anup Patel d90d45d7dc RISC-V: Fix memory reservation in setup_bootmem()
Currently, the setup_bootmem() reserves memory from RAM start to the
kernel end. This prevents us from exploring ways to use the RAM below
(or before) the kernel start hence this patch updates setup_bootmem()
to only reserve memory from the kernel start to the kernel end.

Suggested-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
2019-07-01 13:24:53 -07:00
..
2019-06-29 17:05:58 +08:00
2019-06-28 08:37:04 +08:00
2019-06-28 08:37:04 +08:00
2019-06-26 13:45:48 +08:00
2019-06-03 10:23:41 -07:00
2019-06-30 11:20:52 +08:00