Re: [PATCH] asm-generic/atomic.h: allow SMP peeps to leverage this

From: Mike Frysinger
Date: Fri Jun 17 2011 - 17:16:57 EST


On Fri, Jun 17, 2011 at 17:10, Mike Frysinger wrote:
> +/* Force people to define core atomics */
> +# if !defined(atomic_add_return) || !defined(atomic_sub_return) || \
> + Â Â !defined(atomic_clear_mask) || !defined(atomic_set_mask) || \
> + Â Â !defined(atomic_test_mask)

hmm, pause on this. these mask funcs are not as standardized as i'd
hope. i'll send another patch fixing that and then redoing this on
top of it.
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/