[PATCH v4 02/17] sched_clock: Use seqcount instead of rolling our own

Nicolas Pitre nicolas.pitre at linaro.org
Fri Jul 19 10:20:19 EDT 2013


On Fri, 19 Jul 2013, Will Deacon wrote:

> Looks good to me. The current scheme would be very fiddly to extend to
> 64-bit values on 32-bit architectures without cheap atomic doubleword
> accesses.

You should have a look at include/linux/cnt32_to_63.h.
This could be applied to pure software counters if the low part is 
atomically increased.


Nicolas



More information about the linux-arm-kernel mailing list