diff options
| -rw-r--r-- | arch/powerpc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index bc2e08d415fa..06bca663b4df 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
| @@ -689,7 +689,7 @@ unsigned long long running_clock(void) | |||
| 689 | * time and on a host which doesn't do any virtualisation TB *should* equal | 689 | * time and on a host which doesn't do any virtualisation TB *should* equal |
| 690 | * VTB so it makes no difference anyway. | 690 | * VTB so it makes no difference anyway. |
| 691 | */ | 691 | */ |
| 692 | return local_clock() - cputime_to_nsecs(kcpustat_this_cpu->cpustat[CPUTIME_STEAL]); | 692 | return local_clock() - kcpustat_this_cpu->cpustat[CPUTIME_STEAL]; |
| 693 | } | 693 | } |
| 694 | #endif | 694 | #endif |
| 695 | 695 | ||
