Re: [PATCH 1/2] mm: cma: split out in_cma check to separate function

2016-02-19 Thread Andrew Morton
On Fri, 19 Feb 2016 09:12:03 +0100 Rabin Vincent wrote: > Split out the logic in cma_release() which checks if the page is in the > contiguous area to a new function which can be called separately. ARM > will use this. > > ... > > --- a/include/linux/cma.h > +++ b/include/linux/cma.h > @@ -27,5

Re: [PATCH 1/2] mm: cma: split out in_cma check to separate function

2016-02-19 Thread Michal Nazarewicz
On Fri, Feb 19 2016, Rabin Vincent wrote: > Split out the logic in cma_release() which checks if the page is in the > contiguous area to a new function which can be called separately. ARM > will use this. > > Signed-off-by: Rabin Vincent > --- > include/linux/cma.h | 12 > mm/cma.c

[PATCH 1/2] mm: cma: split out in_cma check to separate function

2016-02-19 Thread Rabin Vincent
Split out the logic in cma_release() which checks if the page is in the contiguous area to a new function which can be called separately. ARM will use this. Signed-off-by: Rabin Vincent --- include/linux/cma.h | 12 mm/cma.c| 27 +++ 2 files chan