diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 7ce2ebe84796..4308d75f0fa5 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -987,6 +987,8 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
987 | p->prev_utime = cputime_zero; | 987 | p->prev_utime = cputime_zero; |
988 | p->prev_stime = cputime_zero; | 988 | p->prev_stime = cputime_zero; |
989 | 989 | ||
990 | p->default_timer_slack_ns = current->timer_slack_ns; | ||
991 | |||
990 | #ifdef CONFIG_DETECT_SOFTLOCKUP | 992 | #ifdef CONFIG_DETECT_SOFTLOCKUP |
991 | p->last_switch_count = 0; | 993 | p->last_switch_count = 0; |
992 | p->last_switch_timestamp = 0; | 994 | p->last_switch_timestamp = 0; |