]> git.baikalelectronics.ru Git - kernel.git/commit
s390/mm: Convert bootmem to memblock
authorPhilipp Hachtmann <phacht@linux.vnet.ibm.com>
Wed, 29 Jan 2014 17:16:01 +0000 (18:16 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 20 May 2014 06:58:40 +0000 (08:58 +0200)
commit379da7af451293030572a32121c1df9fa4ea52fb
tree427a1302d043bb64b5d4d01c0459f7b4a2282110
parentbf2a317235a009337653d84b9403a55ad13eaf25
s390/mm: Convert bootmem to memblock

The original bootmem allocator is getting replaced by memblock. To
cover the needs of the s390 kdump implementation the physical memory
list is used.
With this patch the bootmem allocator and its bitmaps are completely
removed from s390.

Signed-off-by: Philipp Hachtmann <phacht@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
arch/s390/include/asm/setup.h
arch/s390/kernel/crash_dump.c
arch/s390/kernel/early.c
arch/s390/kernel/head31.S
arch/s390/kernel/setup.c
arch/s390/kernel/topology.c
arch/s390/mm/mem_detect.c
arch/s390/mm/vmem.c
drivers/s390/char/zcore.c