Re: [PATCH v2 09/15] MIPS: memblock: Simplify DMA contiguous reservation

2018-02-13 Thread Matt Redfearn
Hi Serge, On 02/02/18 03:54, Serge Semin wrote: CMA reserves it areas in the memblock allocator. Since we aren't using bootmem anymore, the reservations copying should be discarded. Signed-off-by: Serge Semin Looks good to me Reviewed-by: Matt Redfearn

Re: [PATCH v2 09/15] MIPS: memblock: Simplify DMA contiguous reservation

2018-02-13 Thread Matt Redfearn
Hi Serge, On 02/02/18 03:54, Serge Semin wrote: CMA reserves it areas in the memblock allocator. Since we aren't using bootmem anymore, the reservations copying should be discarded. Signed-off-by: Serge Semin Looks good to me Reviewed-by: Matt Redfearn Thanks, Matt ---

[PATCH v2 09/15] MIPS: memblock: Simplify DMA contiguous reservation

2018-02-01 Thread Serge Semin
CMA reserves it areas in the memblock allocator. Since we aren't using bootmem anymore, the reservations copying should be discarded. Signed-off-by: Serge Semin --- arch/mips/kernel/setup.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[PATCH v2 09/15] MIPS: memblock: Simplify DMA contiguous reservation

2018-02-01 Thread Serge Semin
CMA reserves it areas in the memblock allocator. Since we aren't using bootmem anymore, the reservations copying should be discarded. Signed-off-by: Serge Semin --- arch/mips/kernel/setup.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/mips/kernel/setup.c