Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 10 Nov 2001 21:30:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 10 Nov 2001 21:30:38 -0500 Received: from samba.sourceforge.net ([198.186.203.85]:7953 "HELO lists.samba.org") by vger.kernel.org with SMTP id ; Sat, 10 Nov 2001 21:30:29 -0500 Date: Sun, 11 Nov 2001 13:27:28 +1100 From: Anton Blanchard To: Benjamin LaHaise Cc: Manfred Spraul , "David S. Miller" , jakub@redhat.com, torvalds@transmeta.com, alan@lxorguk.ukuu.org.uk, arjanv@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] take 2 of the tr-based current Message-ID: <20011111132727.A4793@krispykreme> In-Reply-To: <20011108211143.A4797@redhat.com> <20011109041327.T4087@devserv.devel.redhat.com> <3BEBEE0B.BA1FD7EE@colorfullife.com> <20011109.070312.88700201.davem@redhat.com> <3BEBF730.86CAE1CC@colorfullife.com> <20011111110107.A4064@krispykreme> <20011110200113.I17437@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011110200113.I17437@redhat.com> User-Agent: Mutt/1.3.23i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Hmmm. Would adding a fake global input help with that? Something like a > "g" (aligned_data) input. Yep thats what Alan ended up doing, it needed a dummy memory constraint to prevent gcc over optimising: __asm__ ("mfspr %0,0x113; #%1" : "=r" (rval) : "m" ((int *) 0)); Anton - 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/