提交 3238c0c4 编写于 作者: D David Woodhouse

intel-iommu: Make iommu=pt work on i386 too

Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
上级 f3a0a52f
......@@ -211,11 +211,11 @@ static __init int iommu_setup(char *p)
#ifdef CONFIG_SWIOTLB
if (!strncmp(p, "soft", 4))
swiotlb = 1;
#endif
if (!strncmp(p, "pt", 2)) {
iommu_pass_through = 1;
return 1;
}
#endif
gart_parse_options(p);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册