提交 d01140df 编写于 作者: A Andy Lutomirski 提交者: Joerg Roedel

iommu/vt-d: Downgrade the warning if enabling irq remapping fails

This triggers on a MacBook Pro.
See https://bugzilla.redhat.com/show_bug.cgi?id=948262 for
the problem report.
Signed-off-by: NAndy Lutomirski <luto@amacapital.net>
Signed-off-by: NJoerg Roedel <joro@8bytes.org>
上级 7d132055
......@@ -664,8 +664,7 @@ static int __init intel_enable_irq_remapping(void)
*/
if (x2apic_present)
WARN(1, KERN_WARNING
"Failed to enable irq remapping. You are vulnerable to irq-injection attacks.\n");
pr_warn("Failed to enable irq remapping. You are vulnerable to irq-injection attacks.\n");
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册