[EMAIL PROTECTED] said:
> You can manually add a temporary fix until my fix is merged:
> Edit arch/ppc/kernel/prom.c, in function prom_entry(), at the end,
> add:

> /* If we are already running at 0xc0000000, assume the bootloader has
>  * setup a BAT for us, causing OF returned phys to be bogus
>  */  if (reloc_offset() == 0)
>     phys = 0; 

I don't have a prom_entry function (pauls rsync from this morning + your .11 
patches). Are you sure that's the right function name?

Reply via email to