aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-11-05 10:36:59 +1100
committerPaul Mackerras <paulus@samba.org>2005-11-05 10:36:59 +1100
commitc51e3a417bb0f295e13a5bad86302b5212eafdf3 (patch)
tree3d60529b8bf1af4eee98bfede157518520fbb423 /drivers
parent5ad570786158e327a1c5d32dd3d66f26d8de6340 (diff)
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 <paulus@samba.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions