Skip to content
Snippets Groups Projects
Commit a4c113d0 authored by Laura Abbott's avatar Laura Abbott Committed by Stephen Boyd
Browse files

cma: Allow option to use strict memblock_reserved memory


Despite all the performance optimizations, some clients are
still unable to use CMA because of the allocation latency.
Rather than make those clients use a separate set of APIs,
extend the CMA code to allow clients to keep the memory out of
the buddy allocator. Since the pages never actually go to the
buddy allocator, allocation and freeing is only based on the bitmap
allocator to find the appropriate region.

Change-Id: Ia31bb1212fd7b19280361128453c8d25369ce592
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent 8009c2d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment