From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7C13DDEE62 for ; Thu, 22 May 2008 01:43:25 +1000 (EST) Subject: Re: [patch 1/2] powerpc: rmb fix From: Benjamin Herrenschmidt To: Nick Piggin In-Reply-To: <20080521153247.GF8897@wotan.suse.de> References: <20080521141056.GC8897@wotan.suse.de> <1211383623.8297.197.camel@pasglop> <20080521153247.GF8897@wotan.suse.de> Content-Type: text/plain Date: Wed, 21 May 2008 11:43:19 -0400 Message-Id: <1211384599.8297.201.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, paulus@samba.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-05-21 at 17:32 +0200, Nick Piggin wrote: > > We should already do all that's needed in our IO accessors no ? > > More than one device driver does raw/relaxed io accessors and expects > the > *mb functions to order them. That's fishy... ok. Ben.