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

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

Merge "mm: increase the count of dma_mmu_remap areas"

parents 26e76725 ca77a8f5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -67,7 +67,10 @@ struct dma_contig_early_reserve {
	unsigned long size;
};

static struct dma_contig_early_reserve dma_mmu_remap[MAX_CMA_AREAS];
/* allocate the memory for the fixup regions as well */
#define MAX_FIXUP_AREAS MAX_CMA_AREAS
static struct dma_contig_early_reserve
			dma_mmu_remap[MAX_CMA_AREAS + MAX_FIXUP_AREAS];
static int dma_mmu_remap_num;

void __init dma_contiguous_early_fixup(phys_addr_t base, unsigned long size)