Skip to content

Commit

Permalink
iommu/dma: move the arm64 wrappers to common code
Browse files Browse the repository at this point in the history
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@lst.de>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Christoph Hellwig authored and Joerg Roedel committed May 27, 2019
1 parent 23f88e0 commit 06d6072
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 457 deletions.
Loading

0 comments on commit 06d6072

Please sign in to comment.