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

2019-01-19 Thread Anup Patel
On Tue, Jan 15, 2019 at 7:14 PM Christoph Hellwig wrote: > > On Mon, Jan 07, 2019 at 09:40:44PM +0530, Anup Patel wrote: > > From: 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

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

2019-01-15 Thread Christoph Hellwig
On Mon, Jan 07, 2019 at 09:40:44PM +0530, Anup Patel wrote: > From: 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 Is there any

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

2019-01-07 Thread Anup Patel
From: 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