ia64: remove iommu_dma_supported

The generic dma_direct_supported helper already used by intel-iommu on
x86 does a better job than the ia64 reimplementation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
このコミットが含まれているのは:
Christoph Hellwig
2018-09-17 19:10:25 +02:00
committed by Tony Luck
コミット beec903f71
2個のファイルの変更0行の追加15行の削除

ファイルの表示

@@ -3903,9 +3903,7 @@ const struct dma_map_ops intel_dma_ops = {
.map_page = intel_map_page,
.unmap_page = intel_unmap_page,
.mapping_error = intel_mapping_error,
#ifdef CONFIG_X86
.dma_supported = dma_direct_supported,
#endif
};
static inline int iommu_domain_cache_init(void)