Re: [Patch 0/3] ARM 64 bit atomic operations

2011-07-12 Thread Ramana Radhakrishnan
> > It's been tested cross to ARM from x86 and also a native x86 build & test. Cross on qemu ? You do mean a native ARM build and test :) You are missing changelog entries in each of your patches. Could you please reply to each of your patches with the appropriate Changelog entries ? Thanks, Rama

[Patch 0/3] ARM 64 bit atomic operations

2011-07-01 Thread Dr. David Alan Gilbert
Hi, This is a series of 3 patches relating to ARM atomic operations. 1) Provide 64 bit atomic operations using the new ldrexd/strexd in ARMv6k and above. 2) Provide fallbacks so that when compiled for earlier CPUs a Linux kernel asssist is called (as per 32bit and smaller ops) 3)