Re: atomics: document that linux expects certain atomic behaviourfrom unsigned long

From: Alan Cox
Date: Sat Jan 03 2009 - 15:20:28 EST


On Sat, 3 Jan 2009 13:44:00 +0100
Pavel Machek <pavel@xxxxxxx> wrote:

> Linux relies on unsigned long to behave like atomic for read/write.

Actually it isn't that simple and this advice shouldn't be given IMHO.

unsigned long is not the same as atomic in several respects including
ordering and caching of the result.

Alan
--
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/