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

2019-02-11 Thread Christoph Hellwig
On Sat, Jan 19, 2019 at 01:28:07PM +, 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 fi

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

2019-01-19 Thread Anup Patel
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. Signed-off-by: Anup Patel --- arch/riscv/kernel/setup.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arc