]> 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)
commit627b517a9184398ba778cf915d93f8f19c4688de
tree427a1302d043bb64b5d4d01c0459f7b4a2282110
parent3a45bfb137f87610669b29af79f775bda51316e4
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