diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 13:20:52 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:51 +0100 |
commit | d5c23ebf1b52526e8e76b18de6a623984585a76a (patch) | |
tree | 2adf5c95a4101e4e2e1237cd947100d33cb70eae /arch/ia64/Kconfig | |
parent | 4bd89ed39b2ab8dc4ac4b6c59b07d420b0213bec (diff) | |
download | linux-d5c23ebf1b52526e8e76b18de6a623984585a76a.tar.bz2 |
ia64: replace ZONE_DMA with ZONE_DMA32
ia64 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>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 4d18fca885ee..888acdb163cb 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -66,7 +66,7 @@ config 64BIT select ATA_NONSTANDARD if ATA default y -config ZONE_DMA +config ZONE_DMA32 def_bool y depends on !IA64_SGI_SN2 |