Re: 2.6.9-rc1-mm4 sparc reiser4 build broken - undefinedatomic_sub_and_test

From: Roman Zippel
Date: Mon Sep 13 2004 - 15:22:17 EST


Hi,

On Mon, 13 Sep 2004, Tonnerre wrote:

> On Mon, Sep 13, 2004 at 06:03:28PM +0200, Roman Zippel wrote:
> > +#define atomic_add_and_test(i,v) (atomic_add_return((i), (v)) == 0)
> > +#define atomic_sub_and_test(i,v) (atomic_sub_return((i), (v)) == 0)
>
> This is no longer atomic, is it? I mean, there's no guarantee that the
> atomic_add_return and the comparison are executed without
> interruption, is there?

Only the read/write access needs to be atomic, when the comparison happens
is irrelevant.

bye, Roman
-
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/