aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/time.c')
-rw-r--r--drivers/xen/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/time.c b/drivers/xen/time.c
index 3e741cd1409c..0968859c29d0 100644
--- a/drivers/xen/time.c
+++ b/drivers/xen/time.c
@@ -175,7 +175,7 @@ void __init xen_time_setup_guest(void)
175 xen_runstate_remote = !HYPERVISOR_vm_assist(VMASST_CMD_enable, 175 xen_runstate_remote = !HYPERVISOR_vm_assist(VMASST_CMD_enable,
176 VMASST_TYPE_runstate_update_flag); 176 VMASST_TYPE_runstate_update_flag);
177 177
178 pv_time_ops.steal_clock = xen_steal_clock; 178 pv_ops.time.steal_clock = xen_steal_clock;
179 179
180 static_key_slow_inc(&paravirt_steal_enabled); 180 static_key_slow_inc(&paravirt_steal_enabled);
181 if (xen_runstate_remote) 181 if (xen_runstate_remote)