Skip to content

Commit

Permalink
[SPARC64]: Fix binfmt_aout32.c build.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Mar 20, 2006
1 parent 77b838f commit c4e9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 c4e9249

Please sign in to comment.