提交 3d39e9d0 编写于 作者: J Jeremy Fitzhardinge 提交者: Ingo Molnar

x86, xen: degrade BUG to WARN when multicall fails

If one of the components of a multicall fails, WARN rather than BUG,
to help with debugging.
Signed-off-by: NJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 b93d51dc
......@@ -179,7 +179,7 @@ void xen_mc_flush(void)
}
b->cbidx = 0;
BUG_ON(ret);
WARN_ON(ret);
}
struct multicall_space __xen_mc_entry(size_t args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册