Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108922
b: refs/heads/master
c: 74c27c4
h: refs/heads/master
v: v3
  • Loading branch information
Takashi YOSHII authored and Paul Mundt committed Aug 11, 2008
1 parent 3a12795 commit 2112b38
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ce9c008c8bea25a974d9027b7c6602d535639899
refs/heads/master: 74c27c43ebd020fcb65364613503f6c08dc6f535
4 changes: 3 additions & 1 deletion trunk/fs/binfmt_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,9 @@ static int load_flat_binary(struct linux_binprm * bprm, struct pt_regs * regs)
/* Stash our initial stack pointer into the mm structure */
current->mm->start_stack = (unsigned long )sp;


#ifdef FLAT_PLAT_INIT
FLAT_PLAT_INIT(regs);
#endif
DBG_FLT("start_thread(regs=0x%x, entry=0x%x, start_stack=0x%x)\n",
(int)regs, (int)start_addr, (int)current->mm->start_stack);

Expand Down

0 comments on commit 2112b38

Please sign in to comment.