Re: [PATCH v2 15/15] MIPS: memblock: Deactivate bootmem allocator

2018-02-13 Thread Matt Redfearn
Hi Serge, On 02/02/18 03:54, Serge Semin wrote: Memblock allocator can be successfully used from now for early memory management Signed-off-by: Serge Semin --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3

[PATCH v2 15/15] MIPS: memblock: Deactivate bootmem allocator

2018-02-01 Thread Serge Semin
Memblock allocator can be successfully used from now for early memory management Signed-off-by: Serge Semin --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 350a990fc719..434f756e03e9 100644 --- a/arch/mips/Kcon