From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [207.189.120.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.osdl.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D1F72DE026 for ; Fri, 1 Jun 2007 07:19:54 +1000 (EST) Date: Thu, 31 May 2007 14:19:43 -0700 From: Andrew Morton To: Mariusz Kozlowski Subject: Re: 2.6.22-rc3-mm1 Message-Id: <20070531141943.5c4d587c.akpm@linux-foundation.org> In-Reply-To: <200705312243.18724.m.kozlowski@tuxland.pl> References: <20070530235823.793f00d9.akpm@linux-foundation.org> <200705312243.18724.m.kozlowski@tuxland.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, Arnd Bergmann , Nick Piggin , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 31 May 2007 22:43:18 +0200 Mariusz Kozlowski wrote: > Hello > > This is from iMac G3. The spufs_mem_mmap_fault() code looks bad > in arch/powerpc/platforms/cell/spufs/file.c but somehow I'm unable to find > the patch to blame hmm. > > arch/powerpc/platforms/cell/spufs/file.c: In function 'spufs_mem_mmap_fault': > arch/powerpc/platforms/cell/spufs/file.c:122: error: 'address' undeclared (first use in this function) > arch/powerpc/platforms/cell/spufs/file.c:122: error: (Each undeclared identifier is reported only once > arch/powerpc/platforms/cell/spufs/file.c:122: error: for each function it appears in.) > arch/powerpc/platforms/cell/spufs/file.c:141: error: expected ';' before 'if' > arch/powerpc/platforms/cell/spufs/file.c:122: warning: unused variable 'addr0' > make[3]: *** [arch/powerpc/platforms/cell/spufs/file.o] Blad 1 > make[2]: *** [arch/powerpc/platforms/cell/spufs] Blad 2 > make[1]: *** [arch/powerpc/platforms/cell] Blad 2 > Yeah, that's the fix-fault-vs-invalidate-race patches, or my poor attempt to fix them when spufs changed. I suppose I'll have a poke at it next time I get the powerpc machine fired up.