From: Will Deacon Date: Thu, 17 Jul 2014 10:23:51 +0000 (+0100) Subject: iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu X-Git-Tag: fixes-against-v3.18-rc2~67^2^4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844e35bdfe834fccb5def1bc4cd614ca22409d0c;p=pandora-kernel.git iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu In preparation for nested translation support, stick a pointer to the iommu_domain in dev->archdata.iommu. This makes it much easier to grab hold of the physical group configuration (e.g. cbndx) when dealing with vSMMU accesses from a guest. Signed-off-by: Will Deacon --- Reading git-diff-tree failed