diff options
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r-- | arch/x86/kernel/process_32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index c60924b5d123..59f4524984af 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -287,7 +287,8 @@ int copy_thread(unsigned long clone_flags, unsigned long sp, | |||
287 | p->thread.io_bitmap_max = 0; | 287 | p->thread.io_bitmap_max = 0; |
288 | } | 288 | } |
289 | 289 | ||
290 | ds_copy_thread(p, current); | 290 | clear_tsk_thread_flag(p, TIF_DS_AREA_MSR); |
291 | p->thread.ds_ctx = NULL; | ||
291 | 292 | ||
292 | clear_tsk_thread_flag(p, TIF_DEBUGCTLMSR); | 293 | clear_tsk_thread_flag(p, TIF_DEBUGCTLMSR); |
293 | p->thread.debugctlmsr = 0; | 294 | p->thread.debugctlmsr = 0; |