Re: [RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low

2018-09-06 Thread Michal Hocko
On Wed 05-09-18 18:59:24, Mike Rapoport wrote: > The functions are equivalent, just the later does not require nobootmem > translation layer. > > Signed-off-by: Mike Rapoport modulo @memblock_alloc_low@@memblock_virt_alloc_low@ Acked-by: Michal Hocko > --- > arch/x86/kernel/tce_64.c | 2 +- >

[RFC PATCH 09/29] memblock: replace alloc_bootmem_low with memblock_alloc_low

2018-09-05 Thread Mike Rapoport
The functions are equivalent, just the later does not require nobootmem translation layer. Signed-off-by: Mike Rapoport --- arch/x86/kernel/tce_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/tce_64.c b/arch/x86/kernel/tce_64.c index f386bad..54c9b5a 1006