commit | d5c23ebf1b52526e8e76b18de6a623984585a76a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Dec 24 13:20:52 2017 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jan 15 09:35:51 2018 +0100 |
tree | 2adf5c95a4101e4e2e1237cd947100d33cb70eae | |
parent | 4bd89ed39b2ab8dc4ac4b6c59b07d420b0213bec [diff] |
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>