On Saturday 16 April 2005 07:12 pm, Benjamin Herrenschmidt wrote: > Hrm... can you try to edit > arch/ppc/platforms/pmac_cache.S, and spot that bit of code: > > /* disp-flush L1 */ > li r4,0x4000 > mtctr r4 > lis r4,0xfff0 > 1: lwz r0,0(r4) > addi r4,r4,32 > bdnz 1b > sync > isync > > And change the line > > lis r4,0xfff0 > > to > > li r4,0 > > and tell me if that helps...
Hi Ben, An earlier email from you on this subject mentioned three instances of "lis r4,0xfff0" to change. Should I be changing all three as per that earlier email, or just the one as you noted here? Thanks! Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]