Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211291
b: refs/heads/master
c: 2445994
h: refs/heads/master
i:
  211289: bae3a70
  211287: b1f9e39
v: v3
  • Loading branch information
Ralf Baechle committed Oct 4, 2010
1 parent 75bd8de commit ddd0640
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5707bf6bcecd85d01ea22e8b28cf66170068475f
refs/heads/master: 244599469f4c5860c8a4ae8fa8c6907a10caeccf
3 changes: 2 additions & 1 deletion trunk/arch/mips/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ register struct thread_info *__current_thread_info __asm__("$28");
#define _TIF_LOAD_WATCH (1<<TIF_LOAD_WATCH)

/* work to do on interrupt/exception return */
#define _TIF_WORK_MASK (0x0000ffef & ~_TIF_SECCOMP)
#define _TIF_WORK_MASK (0x0000ffef & \
~(_TIF_SECCOMP | _TIF_SYSCALL_AUDIT))
/* work to do on any return to u-space */
#define _TIF_ALLWORK_MASK (0x8000ffff & ~_TIF_SECCOMP)

Expand Down

0 comments on commit ddd0640

Please sign in to comment.