Re: [PATCH v2 2/3] MIPS: Cleanup code about plat_mem_setup()

From: Tiezhu Yang
Date: Tue Apr 21 2020 - 07:52:20 EST


On 04/21/2020 07:46 PM, Thomas Bogendoerfer wrote:
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() instead
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.")
this isn't a fix, so please no fixes tag.

OK, I will remove the tag and send v3.


Thomas.