Re: [PATCH v2 2/6] RISC-V: Setup init_mm before parse_early_param()

From: Christoph Hellwig
Date: Tue Feb 12 2019 - 02:06:23 EST


On Sat, Jan 19, 2019 at 01:28:07PM +0000, Anup Patel wrote:
> We should setup init_mm before doing parse_early_param()
> in setup_arch() to be consistent with setup_arch() of
> other architectures such as x86, ARM, and ARM64.

Please use up all 72 lines in all your commit logs..

Otherwise looks fine:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>