Skip to content

Commit bf67dbf

Browse files
btw616richardweinberger
authored andcommitted
um: Remove the call to SUBARCH_EXECVE1 macro
This macro has never been defined by any supported sub-architectures in tree since it was introduced by commit 1d3468a ("[PATCH uml: move _kern.c files"). Signed-off-by: Tiwei Bie <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 59376fb commit bf67dbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/um/kernel/exec.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,5 @@ void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)
3535
PT_REGS_IP(regs) = eip;
3636
PT_REGS_SP(regs) = esp;
3737
clear_thread_flag(TIF_SINGLESTEP);
38-
#ifdef SUBARCH_EXECVE1
39-
SUBARCH_EXECVE1(regs->regs);
40-
#endif
4138
}
4239
EXPORT_SYMBOL(start_thread);

0 commit comments

Comments
 (0)