ANDROID: mm: cma: disable LRU cache early
CMA is supposed to work with multiple retrial in case of seeing
-EBUSY. During the trials, it's not desirable to enable LRU
pagevec caching because it needs to keep LRU draining in
alloc_contig_range API, which is expensive when CPUs are busy.
Bug: 196012565
Signed-off-by:
Minchan Kim <minchan@google.com>
Change-Id: I869461bf645fa81bbb3363a210f620e4b5c9bb29
Loading
Please sign in to comment