diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 13:52:03 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:36:01 +0100 |
commit | ad67f5a6545f7fda8ec11d7a81e325a398e1a90f (patch) | |
tree | 8fed727813808f9449d9c3a30d847b35222df63b /arch/arm64/Kconfig | |
parent | ac2e8860cb545799ce9e6c466117c08c3a61c798 (diff) | |
download | linux-ad67f5a6545f7fda8ec11d7a81e325a398e1a90f.tar.bz2 |
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>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index c9a7e9e1414f..6b6985f15d02 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -227,7 +227,7 @@ config GENERIC_CSUM config GENERIC_CALIBRATE_DELAY def_bool y -config ZONE_DMA +config ZONE_DMA32 def_bool y config HAVE_GENERIC_GUP |