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

Hexagon: use correct work mask when checking for more work

Signed-off-by: NRichard Kuo <rkuo@codeaurora.org>
上级 db0fe532
......@@ -215,7 +215,7 @@ int dump_fpu(struct pt_regs *regs, elf_fpregset_t *fpu)
int do_work_pending(struct pt_regs *regs, u32 thread_info_flags)
{
if (!(thread_info_flags & _TIF_ALLWORK_MASK)) {
if (!(thread_info_flags & _TIF_WORK_MASK)) {
return 0;
} /* shortcut -- no work to be done */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册