MIPS: replace add_memory_region with memblock
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 9 Oct 2020 12:14:46 +0000 (14:14 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 12 Oct 2020 10:01:36 +0000 (12:01 +0200)
commite7ae8d174eec0b3b9de92b76abc15f3f53b98f1c
tree63381d9d294584d5fc98e2ee4ea245e936f9d630
parent73826d604bbf31328108c6c2a93a7a8a13a74371
MIPS: replace add_memory_region with memblock

add_memory_region was the old interface for registering memory and
was already changed to used memblock internaly. Replace it by
directly calling memblock functions.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
28 files changed:
arch/mips/alchemy/common/prom.c
arch/mips/ar7/memory.c
arch/mips/ath25/ar2315.c
arch/mips/ath25/ar5312.c
arch/mips/bcm47xx/prom.c
arch/mips/bcm47xx/setup.c
arch/mips/bcm63xx/setup.c
arch/mips/cavium-octeon/setup.c
arch/mips/cobalt/setup.c
arch/mips/dec/prom/memory.c
arch/mips/fw/arc/memory.c
arch/mips/fw/sni/sniprom.c
arch/mips/include/asm/bootinfo.h
arch/mips/include/asm/netlogic/psb-bootinfo.h
arch/mips/kernel/prom.c
arch/mips/kernel/setup.c
arch/mips/loongson2ef/common/mem.c
arch/mips/loongson32/common/prom.c
arch/mips/netlogic/xlp/setup.c
arch/mips/netlogic/xlr/setup.c
arch/mips/ralink/of.c
arch/mips/rb532/prom.c
arch/mips/sgi-ip32/ip32-memory.c
arch/mips/sibyte/common/cfe.c
arch/mips/txx9/jmr3927/prom.c
arch/mips/txx9/rbtx4927/prom.c
arch/mips/txx9/rbtx4938/prom.c
arch/mips/txx9/rbtx4939/prom.c