[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] x86/time: Adjust init-time handling of pit0_ticks
>>> On 07.02.17 at 19:51, <andrew.cooper3@xxxxxxxxxx> wrote: > There is no need for the volatile cast in the timer interrupt; the compiler > may not elide the update. This reduces the generated assembly from a read, > local modify, write to a single add instruction. > > Drop the memory barriers from timer_irq_works(), as they are not needed. > pit0_ticks is only modified by timer_interrupt() running on the same CPU, so > that is required is a volatile reference to prevent the compiler from eliding > the second read. > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Is there an "all" missing at the beginning of the last line of the description? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |