Merge commit 'linus/master' into merge-linus
[pandora-kernel.git] / kernel / fork.c
index 30de644..37b3e15 100644 (file)
@@ -989,6 +989,8 @@ static struct task_struct *copy_process(unsigned long clone_flags,
        p->prev_utime = cputime_zero;
        p->prev_stime = cputime_zero;
 
+       p->default_timer_slack_ns = current->timer_slack_ns;
+
 #ifdef CONFIG_DETECT_SOFTLOCKUP
        p->last_switch_count = 0;
        p->last_switch_timestamp = 0;