commit | d34c30cc1fa80f509500ff192ea6bc7d30671061 | [log] [tgz] |
---|---|---|
author | Juergen Gross <jgross@suse.com> | Tue Jul 26 14:15:11 2016 +0200 |
committer | David Vrabel <david.vrabel@citrix.com> | Tue Jul 26 14:07:06 2016 +0100 |
tree | e1efdb59cff6dbcc90f4a047d8f49f9561a1496f | |
parent | ee42d665d3f5db975caf87baf101a57235ddb566 [diff] |
xen: add static initialization of steal_clock op to xen_time_ops pv_time_ops might be overwritten with xen_time_ops after the steal_clock operation has been initialized already. To prevent calling a now uninitialized function pointer add the steal_clock static initialization to xen_time_ops. Signed-off-by: Juergen Gross <jgross@suse.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>