From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Fri, 31 Mar 2006 13:28:17 +0000 Subject: Re: Synchronizing Bit operations V2 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: Zoltan Menyhart , "Boehm, Hans" , "Grundler, Grant G" , "Chen, Kenneth W" , akpm@osdl.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Christoph Lameter writes: > MODE_BARRIER > An atomic operation that is guaranteed to occur between > previous and later memory operations. I think it's a bad idea to create such an complicated interface. The chances that an average kernel coder will get these right are quite small. And it will be 100% untested outside IA64 I guess and thus likely be always slightly buggy as kernel code continues to change. -Andi