Re: [Xen-devel] [PATCH 8/8] x86/time: group time stamps into a structure

2016-07-04 Thread Andrew Cooper
On 15/06/16 11:30, Jan Beulich wrote: > If that had been done from the beginning, mistakes like the one > corrected in commit b64438c7c1 ("x86/time: use correct (local) time > stamp in constant-TSC calibration fast path") would likely never have > happened. > > Also add a few "const" to make more o

[Xen-devel] [PATCH 8/8] x86/time: group time stamps into a structure

2016-06-15 Thread Jan Beulich
If that had been done from the beginning, mistakes like the one corrected in commit b64438c7c1 ("x86/time: use correct (local) time stamp in constant-TSC calibration fast path") would likely never have happened. Also add a few "const" to make more obvious when things aren't expected to change. Si