]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit753c8cb04aaf5bcfda5206a558043baa7114df1a
tree3b9777d418977e74cdb37404de428c90aa1aee0a
parent43971bff0d80f4e7d6715f4bebc53529d5109239
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