Loading arch/arm64/mm/mmu.c +4 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
arch/arm64/mm/mmu.c +4 −1 Original line number Diff line number Diff line Loading @@ -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) Loading