]> 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)
commit8b7a056136b88cb1f70f43ba6f99e1d1bd5d255a
tree3b9777d418977e74cdb37404de428c90aa1aee0a
parentcbb8f0f6e0751d8fefcfb567f27ef563b3c12533
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