]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 17 Apr 2014 10:46:44 +0000 (12:46 +0200)
commita4d7e48407c4ff76fe2a45db13112a21806a32ff
tree47634e047f712b079d4d3008ea8ab977f4a6c124
parentf8b533e736f8f9e424fcf77ffbf43ae91d194167
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