aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/kernel/time.c2
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 */
67unsigned long long sched_clock(void) 67unsigned 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/*