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

Commit a0ec99bd authored by Mathias Krause's avatar Mathias Krause Committed by Michal Simek
Browse files

microblaze: exec: Remove redundant set_fs(USER_DS)



The address limit is already set in flush_old_exec() so this
set_fs(USER_DS) is redundant.

Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
parent 504a84c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -237,7 +237,6 @@ unsigned long get_wchan(struct task_struct *p)
/* Set up a thread for executing a new program */
/* Set up a thread for executing a new program */
void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp)
void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp)
{
{
	set_fs(USER_DS);
	regs->pc = pc;
	regs->pc = pc;
	regs->r1 = usp;
	regs->r1 = usp;
	regs->pt_mode = 0;
	regs->pt_mode = 0;