Re: [PPC64] Remove another fixed address constraint

2005-08-01 Thread David Gibson
On Mon, Aug 01, 2005 at 08:45:02AM +0200, Olaf Hering wrote: > On Mon, Aug 01, David Gibson wrote: > > > Hrm.. definitely works here. Is this with any other patches? Can you > > send the .s file? That might help be debug it. > > It works with SLES9 gcc3, only gcc4 (or recent binutils) do not

Re: [PPC64] Remove another fixed address constraint

2005-07-31 Thread Olaf Hering
On Mon, Aug 01, David Gibson wrote: > Hrm.. definitely works here. Is this with any other patches? Can you > send the .s file? That might help be debug it. It works with SLES9 gcc3, only gcc4 (or recent binutils) do not like it. - To unsubscribe from this list: send the line "unsubscribe linu

Re: [PPC64] Remove another fixed address constraint

2005-07-31 Thread David Gibson
On Mon, Aug 01, 2005 at 08:29:29AM +0200, Olaf Hering wrote: > On Mon, Jul 25, David Gibson wrote: > > > Presently the LparMap, one of the structures the kernel shares with > > the legacy iSeries hypervisor has a fixed offset address in head.S. > > This patch changes this so the LparMap is a norm

Re: [PPC64] Remove another fixed address constraint

2005-07-31 Thread Olaf Hering
On Mon, Jul 25, David Gibson wrote: > Presently the LparMap, one of the structures the kernel shares with > the legacy iSeries hypervisor has a fixed offset address in head.S. > This patch changes this so the LparMap is a normally initialized > structure, without fixed address. This allows us to

[PPC64] Remove another fixed address constraint

2005-07-24 Thread David Gibson
Presently the LparMap, one of the structures the kernel shares with the legacy iSeries hypervisor has a fixed offset address in head.S. This patch changes this so the LparMap is a normally initialized structure, without fixed address. This allows us to use macros to compute some of the values in t