Re: [PATCH v3 4/6] mm/cma: remove ALLOC_CMA

2016-06-28 Thread Joonsoo Kim
On Mon, Jun 27, 2016 at 11:30:52AM +0200, Vlastimil Babka wrote: > On 05/26/2016 08:22 AM, js1...@gmail.com wrote: > >From: Joonsoo Kim > > > >Now, all reserved pages for CMA region are belong to the ZONE_CMA > >and it only serves for GFP_HIGHUSER_MOVABLE. Therefore, we don't need to > >consider A

Re: [PATCH v3 4/6] mm/cma: remove ALLOC_CMA

2016-06-27 Thread Vlastimil Babka
On 05/26/2016 08:22 AM, js1...@gmail.com wrote: From: Joonsoo Kim Now, all reserved pages for CMA region are belong to the ZONE_CMA and it only serves for GFP_HIGHUSER_MOVABLE. Therefore, we don't need to consider ALLOC_CMA at all. Signed-off-by: Joonsoo Kim --- mm/internal.h | 3 +-- mm/

[PATCH v3 4/6] mm/cma: remove ALLOC_CMA

2016-05-25 Thread js1304
From: Joonsoo Kim Now, all reserved pages for CMA region are belong to the ZONE_CMA and it only serves for GFP_HIGHUSER_MOVABLE. Therefore, we don't need to consider ALLOC_CMA at all. Signed-off-by: Joonsoo Kim --- mm/internal.h | 3 +-- mm/page_alloc.c | 27 +++ 2 f