Re: RFC: patch to allow lock-free traversal of lists with insertion

Richard Henderson (rth@redhat.com)
Mon, 8 Oct 2001 23:43:35 -0700


On Mon, Oct 08, 2001 at 10:56:10PM -0700, David S. Miller wrote:
> I somehow doubt that you need an IPI to implement the equivalent of
> "membar #StoreStore" on Alpha. Richard?

Lol. Of course not. Is someone under the impression that AXP
designers were smoking crack?

"wmb" == "membar #StoreStore".
"mb" == "membar #Sync".

See the nice mb/rmb/wmb macros in <asm/system.h>.

r~
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/