V4L/DVB (6503): pvrusb2: Fix associativity logic error
[safe/jmp/linux-2.6] / kernel / fork.c
index a65bfc4..28a7401 100644 (file)
@@ -1057,6 +1057,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
        p->utimescaled = cputime_zero;
        p->stimescaled = cputime_zero;
        p->prev_utime = cputime_zero;
+       p->prev_stime = cputime_zero;
 
 #ifdef CONFIG_TASK_XACCT
        p->rchar = 0;           /* I/O counter: bytes read */