Re: Question on atomic_inc/dec

From: David S. Miller
Date: Tue Oct 14 2003 - 17:37:33 EST


On Tue, 14 Oct 2003 14:44:37 -0700
Tim Hockin <thockin@xxxxxxxxxx> wrote:

> Is there any reason NOT to use the atomic ops in user-space? I mean, are
> they privileged on some architectures, or ...?

Yes, they are. Some use interrupt disabling and a spinlock inside
the kernel to implement the atomicity.
-
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/