Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751207AbWCaDIx (ORCPT ); Thu, 30 Mar 2006 22:08:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751194AbWCaDIx (ORCPT ); Thu, 30 Mar 2006 22:08:53 -0500 Received: from omx1-ext.sgi.com ([192.48.179.11]:15314 "EHLO omx1.americas.sgi.com") by vger.kernel.org with ESMTP id S1750807AbWCaDIw (ORCPT ); Thu, 30 Mar 2006 22:08:52 -0500 Date: Thu, 30 Mar 2006 19:08:44 -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: <200603310301.k2V31Gg28423@unix-os.sc.intel.com> Message-ID: References: <200603310301.k2V31Gg28423@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: 962 Lines: 20 On Thu, 30 Mar 2006, Chen, Kenneth W wrote: > > > See, no memory ordering there, because clear_bit already has a LOCK prefix. > No, not the memory ordering semantics you are thinking about. It just tell > compiler not to be over smart and schedule a load operation above that point > Intel compiler is good at schedule memory load way ahead of its use to hide > memory latency. gcc probably does that too, I'm not 100% sure. This prevents > the compiler to schedule load before that line. The compiler? I thought we were talking about the processor. I was referring to the LOCK prefix. Doesnt that insure the processor to go into a special state and make the bus go into a special state that implies a barrier? - 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/