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

Commit 99a468d7 authored by George G. Davis's avatar George G. Davis Committed by Russell King
Browse files

ARM: 8286/1: mm: Fix dma_contiguous_reserve comment



DMA contiguous allocations have been able to use highmem since commit
"95b0e655 ARM: mm: don't limit default CMA region only to low memory"
but a comment still notes the earlier "low memory" limitation.  Update
the comment to remove the low memory limitation and fix the
s/contigouos/contiguous/ typo while we're at it.

Signed-off-by: default avatarGeorge G. Davis <george_davis@mentor.com>
Acked-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 35997a23
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -319,10 +319,7 @@ void __init arm_memblock_init(const struct machine_desc *mdesc)

	early_init_fdt_scan_reserved_mem();

	/*
	 * reserve memory for DMA contigouos allocations,
	 * must come from DMA area inside low memory
	 */
	/* reserve memory for DMA contiguous allocations */
	dma_contiguous_reserve(arm_dma_limit);

	arm_memblock_steal_permitted = false;