Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180575
b: refs/heads/master
c: 11557b2
h: refs/heads/master
i:
  180573: f1a846a
  180571: bcb67c8
  180567: 2ab3240
  180559: a3c059a
  180543: 96dfc2e
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Feb 16, 2010
1 parent 780e8c0 commit 340eded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 1252f238db48ec419f40c1bdf30fda649860eed9
refs/heads/master: 11557b24fdec13cb1c3d5f681688401a651ed54e
5 changes: 1 addition & 4 deletions trunk/arch/x86/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,7 @@ static inline void elf_common_init(struct thread_struct *t,
}

#define ELF_PLAT_INIT(_r, load_addr) \
do { \
elf_common_init(&current->thread, _r, 0); \
clear_thread_flag(TIF_IA32); \
} while (0)
elf_common_init(&current->thread, _r, 0)

#define COMPAT_ELF_PLAT_INIT(regs, load_addr) \
elf_common_init(&current->thread, regs, __USER_DS)
Expand Down

0 comments on commit 340eded

Please sign in to comment.