Re: [PATCH 06/25] iommu/dma: move the arm64 wrappers to common code

From: Catalin Marinas
Date: Fri May 03 2019 - 07:45:51 EST


On Tue, Apr 30, 2019 at 06:51:55AM -0400, Christoph Hellwig wrote:
> There is nothing really arm64 specific in the iommu_dma_ops
> implementation, so move it to dma-iommu.c and keep a lot of symbols
> self-contained. Note the implementation does depend on the
> DMA_DIRECT_REMAP infrastructure for now, so we'll have to make the
> DMA_IOMMU support depend on it, but this will be relaxed soon.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> Acked-by: Robin Murphy <robin.murphy@xxxxxxx>

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>