Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20454
b: refs/heads/master
c: cfe91f9
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Ebbert authored and Linus Torvalds committed Feb 17, 2006
1 parent 4caf648 commit b0e9143
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d30864392823d5f38002fa32950689e651ee11da
refs/heads/master: cfe91f9ce297e23e6fbdf61c02bdd8ab9af7c8a8
4 changes: 2 additions & 2 deletions trunk/include/asm-i386/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ register unsigned long current_stack_pointer asm("esp") __attribute_used__;

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

Expand Down

0 comments on commit b0e9143

Please sign in to comment.