提交 13d112ed 编写于 作者: A Al Viro

xtensa: can't get to do_notify_resume() when user_mode(regs) is not true

asm glue checks that
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 5687580b
......@@ -527,9 +527,6 @@ static void do_signal(struct pt_regs *regs)
void do_notify_resume(struct pt_regs *regs)
{
if (!user_mode(regs))
return;
if (test_thread_flag(TIF_SIGPENDING))
do_signal(regs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册