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

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

Merge "soc: qcom: peripheral-loader: Add attribute to skip zeroing memory"

parents a31d38a7 7bf2abd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@ static int pil_alloc_region(struct pil_priv *priv, phys_addr_t min_addr,
	else
		aligned_size = ALIGN(size, SZ_1M);

	dma_set_attr(DMA_ATTR_SKIP_ZEROING, &attrs);
	region = dma_alloc_attrs(priv->desc->dev, aligned_size,
				&priv->region_start, GFP_KERNEL, &attrs);