提交 214e39aa 编写于 作者: D David Woodhouse

iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains

Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
上级 ea8ea460
......@@ -1624,7 +1624,11 @@ static int domain_init(struct dmar_domain *domain, int guest_width)
else
domain->iommu_snooping = 0;
domain->iommu_superpage = fls(cap_super_page_val(iommu->cap));
if (intel_iommu_superpage)
domain->iommu_superpage = fls(cap_super_page_val(iommu->cap));
else
domain->iommu_superpage = 0;
domain->nid = iommu->node;
/* always allocate the top pgd */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册