Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[platform/kernel/linux-starfive.git] / arch / powerpc / kernel / time.c
index 14e4855..bc84a8d 100644 (file)
@@ -709,7 +709,7 @@ unsigned long long running_clock(void)
         * time and on a host which doesn't do any virtualisation TB *should* equal
         * VTB so it makes no difference anyway.
         */
-       return local_clock() - cputime_to_nsecs(kcpustat_this_cpu->cpustat[CPUTIME_STEAL]);
+       return local_clock() - kcpustat_this_cpu->cpustat[CPUTIME_STEAL];
 }
 #endif