Re: Linux 2.6.32-rc1

From: Linus Torvalds
Date: Wed Sep 30 2009 - 13:10:33 EST




On Wed, 30 Sep 2009, Stefan Richter wrote:
>
> As long as it can't be turned into an atomic access, shouldn't cmpxchg64
> be hidden from the common kernel coder? Almost everybody will assume
> that it is an atomic operation and happily use it in unsafe places.

But it _is_ atomic. We don't support SMP on the platforms that we have to
do it with emulation on.

There's a theoretical problem with NMI, but it's not one we can solve or
that is really all that interesting, so might as well ignore it.

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