提交 45887e12 编写于 作者: R Ralf Baechle

[MIPS] Add missing returns in signal code.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 1b223c86
......@@ -443,6 +443,8 @@ void do_signal(struct pt_regs *regs)
if (test_thread_flag(TIF_RESTORE_SIGMASK))
clear_thread_flag(TIF_RESTORE_SIGMASK);
}
return;
}
/*
......
......@@ -833,6 +833,8 @@ void do_signal32(struct pt_regs *regs)
if (test_thread_flag(TIF_RESTORE_SIGMASK))
clear_thread_flag(TIF_RESTORE_SIGMASK);
}
return;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册