From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "sj-iport-6.cisco.com", Issuer "Cisco SSCA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D96B0DE023 for ; Tue, 27 May 2008 14:08:15 +1000 (EST) From: Roland Dreier To: Arjan van de Ven Subject: Re: MMIO and gcc re-ordering issue References: <1211852026.3286.36.camel@pasglop> <20080526.184047.88207142.davem@davemloft.net> <1211854540.3286.42.camel@pasglop> <20080526.192812.184590464.davem@davemloft.net> <20080526204233.75b71bb8@infradead.org> Date: Mon, 26 May 2008 21:08:10 -0700 In-Reply-To: <20080526204233.75b71bb8@infradead.org> (Arjan van de Ven's message of "Mon, 26 May 2008 20:42:33 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, tpiepho@freescale.com, linuxppc-dev@ozlabs.org, scottwood@freescale.com, torvalds@linux-foundation.org, David Miller , alan@lxorguk.ukuu.org.uk List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > either via sparse or some fancy lockdep like "device store" thing? > If we can't test for it and it doesn't show up on x86 ... it'll just be > an eterrnal chase. Ben's point is that it will start showing up on x86 because newer compilers are reordering things... - R.