.. | .. |
---|
64 | 64 | do { |
---|
65 | 65 | state_time = get64(&state->state_entry_time); |
---|
66 | 66 | rmb(); /* Hypervisor might update data. */ |
---|
67 | | - *res = READ_ONCE(*state); |
---|
| 67 | + *res = __READ_ONCE(*state); |
---|
68 | 68 | rmb(); /* Hypervisor might update data. */ |
---|
69 | 69 | } while (get64(&state->state_entry_time) != state_time || |
---|
70 | 70 | (state_time & XEN_RUNSTATE_UPDATE)); |
---|
.. | .. |
---|
175 | 175 | xen_runstate_remote = !HYPERVISOR_vm_assist(VMASST_CMD_enable, |
---|
176 | 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 | 180 | static_key_slow_inc(¶virt_steal_enabled); |
---|
181 | 181 | if (xen_runstate_remote) |
---|