OSDN Git Service

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)
commitad67f5a6545f7fda8ec11d7a81e325a398e1a90f
tree8fed727813808f9449d9c3a30d847b35222df63b
parentac2e8860cb545799ce9e6c466117c08c3a61c798
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