Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f45e46bf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cma: Make the default CMA region not reserved by default"

parents 8ba13194 38896aaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ void __init dma_contiguous_reserve(phys_addr_t limit)
			 (unsigned long)sel_size / SZ_1M);

		if (dma_contiguous_reserve_area(sel_size, &base, limit, NULL,
		    CMA_RESERVE_AREA, false) == 0)
		    CMA_RESERVE_AREA ? 0 : 1, false) == 0)
			dma_contiguous_def_base = base;
	}
#ifdef CONFIG_OF