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 ESMTP id 4F18B67B1C for ; Fri, 8 Apr 2005 08:39:44 +1000 (EST) From: Benjamin Herrenschmidt To: Andreas Schwab In-Reply-To: References: <1112594783.26086.22.camel@gaston> <1112616384.19004.60.camel@gaston> Content-Type: text/plain Date: Fri, 08 Apr 2005 08:38:38 +1000 Message-Id: <1112913519.9568.295.camel@gaston> Mime-Version: 1.0 Cc: linuxppc-dev list , "debian-powerpc@lists.debian.org" Subject: Re: iBook G3 owners List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2005-04-08 at 00:05 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt writes: > > > http://gate.crashing.org/~benh/ppc32-pmac-sleep-fix.diff > > This patch does not work on the 750fx, I'm getting random crashes on > wakeup. When I replace it with this one-liner, all is well again: I know, but this oneliner is incorrect. It can't be correct, no way. That is very strange, and that's what I'm trying to figure out. Can you try instead changing the start address of the flush from 0xfff00000 to 0 by changing the L1 flush bit initalisation from lis r4,0xfff0 to li r4,0 ? Ben.