Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332204
b: refs/heads/master
c: b1c5618
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Ralf Baechle committed Sep 22, 2012
1 parent 2252d5b commit b7a6cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 02f884ed46b38c5c386709b2619730ba7a8d200c
refs/heads/master: b1c561845dc969ab05cb080a6abb0d394d52d8c1
3 changes: 1 addition & 2 deletions trunk/arch/mips/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ register struct thread_info *__current_thread_info __asm__("$28");

/* work to do on interrupt/exception return */
#define _TIF_WORK_MASK \
(_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
_TIF_RESTORE_SIGMASK)
(_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME)
/* work to do on any return to u-space */
#define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_WORK_SYSCALL_EXIT)

Expand Down

0 comments on commit b7a6cf4

Please sign in to comment.