[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/5] x86/time: refactor read_platform_stime()
On 21/03/16 11:45, Joao Martins wrote: > > All fixed, though I found one change missing in this series, specifically on > time_calibration_std_rendezvous. Otherwise this commit would break > compilation. > See chunk below for the change I am adding: > > @@ -1377,7 +1380,7 @@ static void time_calibration_std_rendezvous(void *_r) > { > while ( atomic_read(&r->semaphore) != (total_cpus - 1) ) > cpu_relax(); > - r->master_stime = read_platform_stime(); > + r->master_stime = read_platform_stime(NULL); > mb(); /* write r->master_stime /then/ signal */ > atomic_inc(&r->semaphore); > } > > Having this fixed, could I still keep your Reviewed-by? Yes - that's fine. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |