diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index cb232c155360..925f9dc0b0a0 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c | |||
@@ -66,7 +66,7 @@ static u64 xtime_cc; | |||
66 | */ | 66 | */ |
67 | unsigned long long sched_clock(void) | 67 | unsigned long long sched_clock(void) |
68 | { | 68 | { |
69 | return ((get_clock() - jiffies_timer_cc) * 125) >> 9; | 69 | return ((get_clock_xt() - jiffies_timer_cc) * 125) >> 9; |
70 | } | 70 | } |
71 | 71 | ||
72 | /* | 72 | /* |