Re: [RFC PATCH 04/29] mm: remove bootmem allocator implementation.
From: Michal Hocko
Date: Thu Sep 06 2018 - 03:30:29 EST
On Wed 05-09-18 18:59:19, Mike Rapoport wrote:
> All architectures have been converted to use MEMBLOCK + NO_BOOTMEM. The
> bootmem allocator implementation can be removed.
\o/
Is there any reason to keep
ifdef CONFIG_NO_BOOTMEM
obj-y += nobootmem.o
else
obj-y += bootmem.o
endif
behind?
> Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx>
Acked-by: Michal Hocko <mhocko@xxxxxxxx>
> ---
> include/linux/bootmem.h | 16 -
> mm/bootmem.c | 811 ------------------------------------------------
> 2 files changed, 827 deletions(-)
> delete mode 100644 mm/bootmem.c
--
Michal Hocko
SUSE Labs