Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21525
b: refs/heads/master
c: c4e9249
h: refs/heads/master
i:
  21523: 584b08c
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Mar 20, 2006
1 parent 593b310 commit 11710d4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 77b838fa1ef0ab02f75afc09834c60d87b86772f
refs/heads/master: c4e9249b1924118693f298ee8d38f7fe43587af3
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/binfmt_aout32.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static int load_aout32_binary(struct linux_binprm * bprm, struct pt_regs * regs)

current->mm->start_stack =
(unsigned long) create_aout32_tables((char __user *)bprm->p, bprm);
tsb_context_switch(mm);
tsb_context_switch(current->mm);

start_thread32(regs, ex.a_entry, current->mm->start_stack);
if (current->ptrace & PT_PTRACED)
Expand Down

0 comments on commit 11710d4

Please sign in to comment.