Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284233
b: refs/heads/master
c: bccd172
h: refs/heads/master
i:
  284231: 26dbddc
v: v3
  • Loading branch information
Anton Vorontsov authored and Linus Torvalds committed Jan 12, 2012
1 parent 9efb04e commit 0ee9635
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: a429638cac1e5c656818a45aaff78df7b743004e
refs/heads/master: bccd17294a26b67a8a19aaa120e3eeaa7da49281
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ struct thread_info {
*/
__u8 supervisor_stack[0];
#endif
int sig_on_uaccess_error:1;
int uaccess_err:1; /* uaccess failed */
unsigned int sig_on_uaccess_error:1;
unsigned int uaccess_err:1; /* uaccess failed */
};

#define INIT_THREAD_INFO(tsk) \
Expand Down

0 comments on commit 0ee9635

Please sign in to comment.