diff options
Diffstat (limited to 'arch/um/sys-i386/ptrace.c')
-rw-r--r-- | arch/um/sys-i386/ptrace.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/sys-i386/ptrace.c b/arch/um/sys-i386/ptrace.c index 927fcd955651..6a23cc6947c3 100644 --- a/arch/um/sys-i386/ptrace.c +++ b/arch/um/sys-i386/ptrace.c | |||
@@ -18,10 +18,12 @@ | |||
18 | void arch_switch_to_tt(struct task_struct *from, struct task_struct *to) | 18 | void arch_switch_to_tt(struct task_struct *from, struct task_struct *to) |
19 | { | 19 | { |
20 | update_debugregs(to->thread.arch.debugregs_seq); | 20 | update_debugregs(to->thread.arch.debugregs_seq); |
21 | arch_switch_tls_tt(from, to); | ||
21 | } | 22 | } |
22 | 23 | ||
23 | void arch_switch_to_skas(struct task_struct *from, struct task_struct *to) | 24 | void arch_switch_to_skas(struct task_struct *from, struct task_struct *to) |
24 | { | 25 | { |
26 | arch_switch_tls_skas(from, to); | ||
25 | } | 27 | } |
26 | 28 | ||
27 | int is_syscall(unsigned long addr) | 29 | int is_syscall(unsigned long addr) |