On Mon, Jan 07, 2019 at 09:40:44PM +0530, Anup Patel wrote: > From: Anup Patel <[email protected]> > > 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 <[email protected]>
Is there any good inherent reason why the order matters? Not that I really care either way..

