]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit16a15a30f8a09af6ce2dc4fd6eec9b454c1fe488
treeb9a2be9818f41d92df001950374ed6bc49e44751
parent556ecf9be66f4d493e19bc71a7ce84366d512b71
[POWERPC] iSeries: Clean up lparmap mess

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>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/lparmap.c [deleted file]
include/asm-powerpc/iseries/lpar_map.h
include/asm-powerpc/page_64.h