parisc: Drop bootmem and switch to memblock
authorHelge Deller <deller@gmx.de>
Fri, 7 Oct 2016 14:50:21 +0000 (16:50 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 7 Oct 2016 15:03:02 +0000 (17:03 +0200)
commit4fe9e1d957e45ad8eba9885ee860a0e93d13a7c7
tree3b9777d418977e74cdb37404de428c90aa1aee0a
parent9e91db6b4abecd58647a5e984d538187f1c2ea09
parisc: Drop bootmem and switch to memblock

Memblock is the standard kernel boot-time memory tracker/allocator. Use it
instead of the bootmem allocator. This allows using kmemleak, CMA and
other features.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig
arch/parisc/kernel/vmlinux.lds.S
arch/parisc/mm/init.c