]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: replace ZONE_DMA with ZONE_DMA32
authorChristoph Hellwig <hch@lst.de>
Sun, 24 Dec 2017 12:52:03 +0000 (13:52 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Jan 2018 08:36:01 +0000 (09:36 +0100)
commit5095763bd577f606427a0736a86c45deb3e8d365
tree8fed727813808f9449d9c3a30d847b35222df63b
parent146d793370211bd8d9b993fb31145907c4069c2a
arm64: replace ZONE_DMA with ZONE_DMA32

arm64 uses ZONE_DMA for allocations below 32-bits.  These days we
name the zone for that ZONE_DMA32, which will allow to use the
dma-direct and generic swiotlb code as-is, so rename it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
arch/arm64/Kconfig
arch/arm64/mm/dma-mapping.c
arch/arm64/mm/init.c