Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751085AbWCaAva (ORCPT ); Thu, 30 Mar 2006 19:51:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751091AbWCaAva (ORCPT ); Thu, 30 Mar 2006 19:51:30 -0500 Received: from omx2-ext.sgi.com ([192.48.171.19]:14026 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S1751085AbWCaAv3 (ORCPT ); Thu, 30 Mar 2006 19:51:29 -0500 Date: Thu, 30 Mar 2006 16:51:21 -0800 (PST) From: Christoph Lameter To: "Chen, Kenneth W" cc: Nick Piggin , Zoltan Menyhart , "Boehm, Hans" , "Grundler, Grant G" , akpm@osdl.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Subject: RE: Synchronizing Bit operations V2 In-Reply-To: <200603310049.k2V0nVg26779@unix-os.sc.intel.com> Message-ID: References: <200603310049.k2V0nVg26779@unix-os.sc.intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 846 Lines: 19 On Thu, 30 Mar 2006, Chen, Kenneth W wrote: > > It precise the uncleanness in ia64 that such semantics are attached to > > these bit operations which may lead people to depend on those. We need to > > either make these explicit or not depend on them. > > I know, I'm saying since it doesn't make any difference from API point of > view whether it is acq, rel, or no ordering, then just make them rel as a > "preferred" Operation on ia64. That would make the behavior of clear_bit different from other bitops and references to volatile pointers. I'd like to have this as consistent as possible. - 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/