timekeeping: Use proper clock specifier names in functions
[sfrench/cifs-2.6.git] / kernel / fork.c
index 75675b9bf6dfd36066336c384e007de312f54004..4722f1a320bf3d5a1b8e9b384476222ddce56230 100644 (file)
@@ -2139,7 +2139,7 @@ static __latent_entropy struct task_struct *copy_process(
         */
 
        p->start_time = ktime_get_ns();
-       p->real_start_time = ktime_get_boot_ns();
+       p->real_start_time = ktime_get_boottime_ns();
 
        /*
         * Make it visible to the rest of the system, but dont wake it up yet.