[POWERPC] iSeries: Clean up lparmap mess
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 20 Aug 2007 04:58:36 +0000 (14:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Aug 2007 05:21:46 +0000 (15:21 +1000)
We need to have xLparMap in head_64.S so that it is at a fixed address
(because the linker will not resolve (address & 0xffffffff) for us).
But the assembler miscalculates the KERNEL_VSID() expressions.  So put
the confusing expressions into asm-offsets.c.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found