]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] iSeries build with newer assemblers and compilers
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 17 Aug 2005 03:01:50 +0000 (13:01 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 17 Aug 2005 04:06:25 +0000 (21:06 -0700)
commit2ad56496627630ebc99f06af5f81ca23e17e014e
treed5a7aecdd1d6d16f488a2b029ff55e5a132c8f1a
parentda5ca008933b3b28303ba44d0be3372fbac7748b
[PATCH] iSeries build with newer assemblers and compilers

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 included in 2.6.13 as it solves our
build problems with various versions of binutils and gcc.  In
particular, it allows us to build an iSeries kernel on Debian unstable
using their biarch compiler.

This has been built and booted on iSeries and built for pSeries and g5.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/LparData.c
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/head.S
arch/ppc64/kernel/lparmap.c [new file with mode: 0644]
include/asm-ppc64/iSeries/LparMap.h