|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix clock_gettime to increment monotonically onP
I'm afraid this isn't MP-safe - you're in a (pseudo-)read-locked section of
code,
yet write a global variable (and even in two pieces). Jan
>>> Atsushi SAKAI <sakaia@xxxxxxxxxxxxxx> 15.06.07 11:47 >>>
Hi, Keir
This patch intends to increment do_gettimeofday monotonically.
This is for PV-domain/x86.
Signed-off-by: Atsushi SAKAI <sakaia@xxxxxxxxxxxxxx>
By applying patch, the time rollback for SMP is fixed.
This is important fixes for database software.
Thanks
Atsushi SAKAI
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|