On Fri, Jul 10, 2015 at 09:42:59AM +0100, Will Deacon wrote: > Hi Peter, > > On Thu, Jul 09, 2015 at 06:28:59PM +0100, Peter Zijlstra wrote: > > Implement atomic logic ops -- atomic_{or,xor,and}. > > > > These will replace the atomic_{set,clear}_mask functions that are > > available on some archs. > > > > > > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> > > --- > > Whilst this is pretty straight-foward, I have some serious rework on arm64 > atomic.h pending, so do you mind if I take this via the arm64 tree and > resolve the conflicts myself? Are those public anywhere.. The thing is, at the end of this series I pretty much assume all archs will have these ops available, so whatever tree I stick the rest in woudl have to pull in your branch too. Also, IF you apply locally, do not forget to s/or/orr/ on the 64bit versions, I seem to have missed updating those, just like I did on 32bit arm. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html