Re: [PATCH for 2.6.13] iSeries build with newer assemblers and compilers

2005-08-19 Thread Stephen Rothwell
Hi Pavel, On Fri, 19 Aug 2005 15:00:56 +0200 Pavel Machek <[EMAIL PROTECTED]> wrote: > > > .xSize = sizeof(struct HvReleaseData), > > .xVpdAreasPtrOffset = offsetof(struct naca_struct, xItVpdAreas), > > .xSlicNacaAddr = &naca, /* 64-bit Naca address */ > > - .xMsNucDataOffset

Re: [PATCH for 2.6.13] iSeries build with newer assemblers and compilers

2005-08-19 Thread Pavel Machek
Hi! > Paulus suggested that we put xLparMap in its own .c file so that we can > generate a .s file to be included into head.S. This doesn't get around > the problem of having it at a fixed address, but it makes it more > palatable. This is probably too late, but > -#if 0 > struct HvReleaseD

[PATCH for 2.6.13] iSeries build with newer assemblers and compilers

2005-08-16 Thread Paul Mackerras
From: Stephen Rothwell <[EMAIL PROTECTED]> Paulus suggested that we put xLparMap in its own .c file so that we can generate a .s file to be included into head.S. This doesn't get around the problem of having it at a fixed address, but it makes it more palatable. It would be good if this could be