Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 13 Oct 2001 03:42:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 13 Oct 2001 03:42:42 -0400 Received: from [202.135.142.195] ([202.135.142.195]:3346 "EHLO haven.ozlabs.ibm.com") by vger.kernel.org with ESMTP id ; Sat, 13 Oct 2001 03:42:28 -0400 From: Rusty Russell To: Linus Torvalds Cc: dipankar@in.ibm.com, linux-kernel@vger.kernel.org, paul.mckenney@us.ibm.com Subject: Re: [Lse-tech] Re: RFC: patch to allow lock-free traversal of lists with insertion In-Reply-To: Your message of "Fri, 12 Oct 2001 09:28:07 PDT." Date: Sat, 13 Oct 2001 17:38:21 +1000 Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In message you write: > And hey, if you want to, feel free to create the regular > > #define read_barrier() rmb() > #define write_barrier() wmb() > #define memory_barrier() mb() I agree... read_barrier_depends() then? Rusty. -- Premature optmztion is rt of all evl. --DK - 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/