Re: [RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs

2018-09-06 Thread Michal Hocko
On Wed 05-09-18 18:59:37, Mike Rapoport wrote: > The bootmem compatibility APIs are not used and can be removed. > > Signed-off-by: Mike Rapoport I am happy to see this finally go Acked-by: Michal Hocko > --- > include/linux/bootmem.h | 47 -- > mm/nobootmem.c | 224 >

[RFC PATCH 22/29] mm: nobootmem: remove bootmem allocation APIs

2018-09-05 Thread Mike Rapoport
The bootmem compatibility APIs are not used and can be removed. Signed-off-by: Mike Rapoport --- include/linux/bootmem.h | 47 -- mm/nobootmem.c | 224 2 files changed, 271 deletions(-) diff --git a/include/linux/bootmem.h