On Thu, Sep 13, 2007 at 08:23:48PM +0200, Thomas Bogendoerfer wrote: > On Thu, Sep 13, 2007 at 04:50:59PM +0100, Ralf Baechle wrote: > > The problem isn't limited to ARC firmware; basically any non-R8000 64-bit > > system can be affected. A kernel may be using either addresses in XKPHYS > > or in CKSEG0 and the segment for which the kernel is linked is not > > necessarily the same that the firmware will load it to. > > here is a patch: > > Always jump to the place where the kernel is linked to. This helps > where the bootloaders/proms ignores the start address inside the ELF > header. Applied. Ralf