]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/fork.c
Merge commit 'linus/master' into merge-linus
[linux-2.6-omap-h63xx.git] / kernel / fork.c
index 30de644a40c4d4d9617d650589f4c90da1e977a2..37b3e150ae3956759b684c6806bbb6dc5ad12376 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;