Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367949
b: refs/heads/master
c: f8722a4
h: refs/heads/master
i:
  367947: d1fd660
v: v3
  • Loading branch information
Richard Kuo committed May 1, 2013
1 parent 4c7b84d commit d59331f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db0fe532db3f60c93147514adfd1765894ea501e
refs/heads/master: f8722a4d5243e779d6795e2d775c9114c44a6c26
2 changes: 1 addition & 1 deletion trunk/arch/hexagon/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit d59331f

Please sign in to comment.