diff options
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/kernel/exec.c b/arch/um/kernel/exec.c index 09bd7b585726..939a4a67f0fd 100644 --- a/arch/um/kernel/exec.c +++ b/arch/um/kernel/exec.c | |||
@@ -38,7 +38,6 @@ void flush_thread(void) | |||
38 | 38 | ||
39 | void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) | 39 | void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) |
40 | { | 40 | { |
41 | set_fs(USER_DS); | ||
42 | PT_REGS_IP(regs) = eip; | 41 | PT_REGS_IP(regs) = eip; |
43 | PT_REGS_SP(regs) = esp; | 42 | PT_REGS_SP(regs) = esp; |
44 | } | 43 | } |