Skip to content
Snippets Groups Projects
Commit c4e9249b authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

[SPARC64]: Fix binfmt_aout32.c build.


Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 77b838fa
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ beyond_if: ...@@ -330,7 +330,7 @@ beyond_if:
current->mm->start_stack = current->mm->start_stack =
(unsigned long) create_aout32_tables((char __user *)bprm->p, bprm); (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); start_thread32(regs, ex.a_entry, current->mm->start_stack);
if (current->ptrace & PT_PTRACED) if (current->ptrace & PT_PTRACED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment