1. 06 Nov, 2005 34 commits
  2. 05 Nov, 2005 4 commits
  3. 04 Nov, 2005 2 commits
    • Paul Mackerras's avatar
      powerpc: Fix vmlinux.lds.S for 32-bit · c51e3a41
      Paul Mackerras authored
      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: default avatarPaul Mackerras <paulus@samba.org>
      c51e3a41
    • Paul Mackerras's avatar
      powerpc: Merge smp.c and smp.h · 5ad57078
      Paul Mackerras authored
      This also moves setup_cpu_maps to setup-common.c (calling it
      smp_setup_cpu_maps) and uses it on both 32-bit and 64-bit.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      5ad57078