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 D982967A6C for ; Fri, 8 Apr 2005 09:43:42 +1000 (EST) From: Benjamin Herrenschmidt To: Andreas Schwab In-Reply-To: References: <1112594783.26086.22.camel@gaston> <1112616384.19004.60.camel@gaston> <1112913519.9568.295.camel@gaston> Content-Type: text/plain Date: Fri, 08 Apr 2005 09:42:33 +1000 Message-Id: <1112917354.9517.333.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 01:20 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt writes: > > > 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 ? > > This fixes the problem. Ok, I still don't have anything like a good explanation of why this fixes it, but it's a better workaround for now. Ben.