]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move memblock_dump_all() to the end of setup_arch()
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 3 Dec 2020 03:19:03 +0000 (11:19 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 4 Dec 2020 12:01:57 +0000 (13:01 +0100)
commitf4173159bf5c925fa02fad5cea9fa70e9c737835
treeb6e8153210631d50fad42c55047d96e394f030b9
parentc4278384cb754c811135e79d329cf8d1d240a583
MIPS: Move memblock_dump_all() to the end of setup_arch()

In order to get more memblock configuration with memblock=debug in the boot
cmdline, move memblock_dump_all() to the end of setup_arch(), this can help
us to get dmi_setup() and resource_init() memblock info, at least for now.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/setup.c