On Tue, Apr 21, 2020 at 07:23:57PM +0800, Tiezhu Yang wrote:
In the current code, plat_mem_setup() is called by arch_mem_init() insteadthis isn't a fix, so please no fixes tag.
of setup_arch() and has been declared in asm/bootinfo.h, so modify the code
comment to reflect the reality and remove the useless duplicate declartion
in arch/mips/kernel/setup.c.
Fixes: 2925aba4223f ("[MIPS] Cleanup memory management initialization.")
Thomas.