提交 c710f590 编写于 作者: R Richard Kuo

Hexagon: fix return value for notify_resume case in do_work_pending

Signed-off-by: NRichard Kuo <rkuo@codeaurora.org>
上级 610208bc
......@@ -235,6 +235,7 @@ int do_work_pending(struct pt_regs *regs, u32 thread_info_flags)
if (thread_info_flags & _TIF_NOTIFY_RESUME) {
clear_thread_flag(TIF_NOTIFY_RESUME);
tracehook_notify_resume(regs);
return 1;
}
/* Should not even reach here */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册