From: Paul Mackerras Date: Fri, 4 Nov 2005 23:36:59 +0000 (+1100) Subject: powerpc: Fix vmlinux.lds.S for 32-bit X-Git-Tag: v2.6.15-rc1~726^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51e3a417bb0f295e13a5bad86302b5212eafdf3;p=pandora-kernel.git powerpc: Fix vmlinux.lds.S for 32-bit We can't currently use asm-ppc/page.h in vmlinux.lds.S, so until we have a merged page.h, define PAGE_SIZE and KERNELBASE locally. Also gets rid of some dynamic executable cruft that we had for 32-bit. With -Ttext=$(KERNELBASE) this didn't cause any problem, but when we changed to putting . = KERNELBASE in the vmlinux.lds.S this cruft caused the text to get linked at 0xa0 instead of 0xc0000000. Oops. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed