atomic: Allow atomic_inc_not_zero to be overridden
authorAnton Blanchard <anton@samba.org>
Wed, 29 Feb 2012 21:09:53 +0000 (21:09 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 7 Mar 2012 06:06:08 +0000 (17:06 +1100)
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 <anton@samba.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found