diff options
| -rw-r--r-- | arch/x86/xen/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index a1d430b112b3..f473d268d387 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c | |||
| @@ -158,7 +158,7 @@ cycle_t xen_clocksource_read(void) | |||
| 158 | cycle_t ret; | 158 | cycle_t ret; |
| 159 | 159 | ||
| 160 | preempt_disable_notrace(); | 160 | preempt_disable_notrace(); |
| 161 | src = this_cpu_ptr(&xen_vcpu->time); | 161 | src = &__this_cpu_read(xen_vcpu)->time; |
| 162 | ret = pvclock_clocksource_read(src); | 162 | ret = pvclock_clocksource_read(src); |
| 163 | preempt_enable_notrace(); | 163 | preempt_enable_notrace(); |
| 164 | return ret; | 164 | return ret; |
