提交 bb917505 编写于 作者: V Varun Sethi 提交者: Joerg Roedel

powerpc: Add iommu domain pointer to device archdata

Add an iommu domain pointer to device (powerpc) archdata.  Devices
are attached to iommu domains and this pointer provides a mechanism
to correlate between a device and the associated iommu domain.  This
field is set when a device is attached to a domain.
Signed-off-by: NVarun Sethi <Varun.Sethi@freescale.com>
Acked-by: NKumar Gala <galak@kernel.crashing.org>
Signed-off-by: NJoerg Roedel <joro@8bytes.org>
上级 d4e4ab86
...@@ -28,6 +28,9 @@ struct dev_archdata { ...@@ -28,6 +28,9 @@ struct dev_archdata {
void *iommu_table_base; void *iommu_table_base;
} dma_data; } dma_data;
#ifdef CONFIG_IOMMU_API
void *iommu_domain;
#endif
#ifdef CONFIG_SWIOTLB #ifdef CONFIG_SWIOTLB
dma_addr_t max_direct_dma_addr; dma_addr_t max_direct_dma_addr;
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册