Re: [PATCH] of: alloc anywhere from memblock if range not specified
From: vinayak menon <hidden>
Date: 2016-02-22 13:48:17
On Fri, Feb 19, 2016 at 1:58 PM, Marek Szyprowski [off-list ref] wrote:
Hello, On 2016-02-01 15:44, Vinayak Menon wrote:quoted
early_init_dt_alloc_reserved_memory_arch passes end as 0 to __memblock_alloc_base, when limits are not specified. But __memblock_alloc_base takes end value of 0 as MEMBLOCK_ALLOC_ACCESSIBLE and limits the end to memblock.current_limit. This results in regions never being placed in HIGHMEM area, for e.g. CMA. Let __memblock_alloc_base allocate from anywhere in memory if limits are not specified. Signed-off-by: Vinayak Menon <redacted>Acked-by: Marek Szyprowski <redacted> You may need to resend it lkml to let someone to pick it for merging. devicetree ml is mainly for discussing the bindings.
Thanks. I will resend it to lkml. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html