Re: [PATCH 3/5] RISC-V: Move setup_bootmem() to mm/init.c

From: Christoph Hellwig
Date: Tue Jan 15 2019 - 08:44:57 EST


On Mon, Jan 07, 2019 at 09:40:45PM +0530, Anup Patel wrote:
> From: Anup Patel <anup.patel@xxxxxxx>
>
> The setup_bootmem() mainly populates memblocks and does
> early memory reservations. The right location for this
> function is mm/init.c.
>
> Signed-off-by: Anup Patel <anup.patel@xxxxxxx>

Looks fine:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Btw, please use up the available 72 chars per line in your changelogs
where possible.