diff options
-rw-r--r-- | arch/s390/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/process.c b/arch/s390/kernel/process.c index 5417eb57271a..b98fe8e6e507 100644 --- a/arch/s390/kernel/process.c +++ b/arch/s390/kernel/process.c | |||
@@ -217,6 +217,7 @@ int copy_thread(unsigned long clone_flags, unsigned long new_stackp, | |||
217 | p->thread.mm_segment = get_fs(); | 217 | p->thread.mm_segment = get_fs(); |
218 | /* Don't copy debug registers */ | 218 | /* Don't copy debug registers */ |
219 | memset(&p->thread.per_info, 0, sizeof(p->thread.per_info)); | 219 | memset(&p->thread.per_info, 0, sizeof(p->thread.per_info)); |
220 | clear_tsk_thread_flag(p, TIF_SINGLE_STEP); | ||
220 | /* Initialize per thread user and system timer values */ | 221 | /* Initialize per thread user and system timer values */ |
221 | ti = task_thread_info(p); | 222 | ti = task_thread_info(p); |
222 | ti->user_timer = 0; | 223 | ti->user_timer = 0; |