|
@@ -1262,7 +1262,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
|
|
|
|
|
|
posix_cpu_timers_init(p);
|
|
posix_cpu_timers_init(p);
|
|
|
|
|
|
- do_posix_clock_monotonic_gettime(&p->start_time);
|
|
|
|
|
|
+ ktime_get_ts(&p->start_time);
|
|
p->real_start_time = p->start_time;
|
|
p->real_start_time = p->start_time;
|
|
monotonic_to_bootbased(&p->real_start_time);
|
|
monotonic_to_bootbased(&p->real_start_time);
|
|
p->io_context = NULL;
|
|
p->io_context = NULL;
|