Re: [PATCH 1/2] atomic: Allow atomic_inc_not_zero to be overridden

2012-03-01 Thread Richard Kuo
On Thu, Mar 01, 2012 at 03:02:56PM -0800, Andrew Morton wrote: > Please merge this via the ppc tree? > > > And let's ask the hexagon maintainers to take a look at the definition > in arch/hexagon/include/asm/atomic.h. I assume that it can be removed, > but that might cause problems with files wh

Re: [PATCH 1/2] atomic: Allow atomic_inc_not_zero to be overridden

2012-03-01 Thread Andrew Morton
On Thu, 1 Mar 2012 18:09:53 +1100 Anton Blanchard wrote: > > We want to implement a ppc64 specific version of atomic_inc_not_zero > so wrap it in an ifdef to allow it to be overridden. > > Signed-off-by: Anton Blanchard > --- > > Index: linux-build/include/linux/atomic.h > ===

Re: [PATCH 1/2] atomic: Allow atomic_inc_not_zero to be overridden

2012-03-01 Thread Mike Frysinger
On Thursday 01 March 2012 02:09:53 Anton Blanchard wrote: > We want to implement a ppc64 specific version of atomic_inc_not_zero > so wrap it in an ifdef to allow it to be overridden. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part.

[PATCH 1/2] atomic: Allow atomic_inc_not_zero to be overridden

2012-02-29 Thread Anton Blanchard
We want to implement a ppc64 specific version of atomic_inc_not_zero so wrap it in an ifdef to allow it to be overridden. Signed-off-by: Anton Blanchard --- Index: linux-build/include/linux/atomic.h === --- linux-build.orig/include