linux_dsm_epyc7002/arch/mips/sgi-ip27
Mike Rapoport bcec54bf31
mips: switch to NO_BOOTMEM
MIPS already has memblock support and all the memory is already registered
with it.

This patch replaces bootmem memory reservations with memblock ones and
removes the bootmem initialization.

Since memblock allocates memory in top-down mode, we ensure that memblock
limit is max_low_pfn to prevent allocations from the high memory.

To have the exceptions base in the lower 512M of the physical memory, its
allocation in arch/mips/kernel/traps.c::traps_init() is using bottom-up
mode.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20560/
Cc: Serge Semin <fancer.lancer@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: Huacai Chen <chenhc@lemote.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: linux-mm@kvack.org
Cc: linux-kernel@vger.kernel.org
2018-09-14 12:37:28 -07:00
..
ip27-berr.c
ip27-console.c
ip27-hubio.c
ip27-init.c
ip27-irq-pci.c
ip27-irq.c
ip27-irqno.c
ip27-klconfig.c
ip27-klnuma.c
ip27-memory.c mips: switch to NO_BOOTMEM 2018-09-14 12:37:28 -07:00
ip27-nmi.c
ip27-reset.c
ip27-smp.c
ip27-timer.c
ip27-xtalk.c
Kconfig
Makefile
Platform
TODO