Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330059
b: refs/heads/master
c: 9f6547a
h: refs/heads/master
i:
  330057: 9483793
  330055: 3dfd0b1
v: v3
  • Loading branch information
Jiri Kosina authored and Linus Torvalds committed Oct 5, 2012
1 parent b79da49 commit cbd3bed
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: 16f3e95b3209c4d9080e3a3c6bb9955a0e7cfa95
refs/heads/master: 9f6547a3209b78689ab8183630df87ca5e13fec0
4 changes: 2 additions & 2 deletions trunk/arch/tile/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ extern int arch_setup_additional_pages(struct linux_binprm *bprm,
#undef SET_PERSONALITY
#define SET_PERSONALITY(ex) \
do { \
current->personality = PER_LINUX; \
set_personality(PER_LINUX | (current->personality & (~PER_MASK))); \
current_thread_info()->status &= ~TS_COMPAT; \
} while (0)
#define COMPAT_SET_PERSONALITY(ex) \
do { \
current->personality = PER_LINUX_32BIT; \
set_personality(PER_LINUX | (current->personality & (~PER_MASK))); \
current_thread_info()->status |= TS_COMPAT; \
} while (0)

Expand Down

0 comments on commit cbd3bed

Please sign in to comment.