Re: [PATCH v11 2/6] genalloc:support allocating specific region

2015-09-30 Thread Laura Abbott
On 09/28/2015 07:09 PM, Zhao Qiang wrote: Add new algo for genalloc, it reserve a specific region of memory matching the size requirement (no alignment constraint) Signed-off-by: Zhao Qiang Reviewed-by: Laura Abbott ___ Linuxppc-dev mailing list Li

[PATCH v11 2/6] genalloc:support allocating specific region

2015-09-28 Thread Zhao Qiang
Add new algo for genalloc, it reserve a specific region of memory matching the size requirement (no alignment constraint) Signed-off-by: Zhao Qiang --- Changes for v9: - reserve a specific region, if the return region - is not during the specific region, return fail. Changes for v