Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4e9249b authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

[SPARC64]: Fix binfmt_aout32.c build.

parent 77b838fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)