提交 2896ba40 编写于 作者: J Joerg Roedel

iommu: Don't use sme_active() in generic code

Switch to the generic function mem_encrypt_active() because
sme_active() is x86 specific and can't be called from
generic code on other platforms than x86.

Fixes: 2cc13bb4 ("iommu: Disable passthrough mode when SME is active")
Signed-off-by: NJoerg Roedel <jroedel@suse.de>
上级 d127bc9b
......@@ -120,8 +120,8 @@ static int __init iommu_subsys_init(void)
else
iommu_set_default_translated(false);
if (iommu_default_passthrough() && sme_active()) {
pr_info("SME detected - Disabling default IOMMU Passthrough\n");
if (iommu_default_passthrough() && mem_encrypt_active()) {
pr_info("Memory encryption detected - Disabling default IOMMU Passthrough\n");
iommu_set_default_translated(false);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册