Searched hist:"2 a3d47c94ebdfb97bd8aa95343c58b679cb11724" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | bootinfo.h | diff 2a3d47c94ebdfb97bd8aa95343c58b679cb11724 Tue Apr 21 13:59:45 CEST 2020 Tiezhu Yang <yangtiezhu@loongson.cn> MIPS: Cleanup code about plat_mem_setup()
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.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|
/linux/arch/mips/kernel/ |
H A D | setup.c | diff 2a3d47c94ebdfb97bd8aa95343c58b679cb11724 Tue Apr 21 13:59:45 CEST 2020 Tiezhu Yang <yangtiezhu@loongson.cn> MIPS: Cleanup code about plat_mem_setup()
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.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|