[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH] x86/time: use correct (local) time stamp in constant-TSC calibration fast path
>>> On 10.06.16 at 08:59, <JBeulich@xxxxxxxx> wrote:
> Actually, since local time gets seeded from platform time in
> init_percpu_time(), I don't think we can do away with
> maintaining platform time.
And it looks like this seeding is where much of the remaining backwards
deltas are coming from: While on local_time_calibration()'s slow path
we use the platform time as reference (and hence the seeding is fine),
on the fast path we don't, and hence using the platform time in
init_percpu_time() to initialize local stime introduces a discontinuity.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|