1. 02 11月, 2005 1 次提交
    • D
      [PATCH] powerpc: Move naca.h to platforms/iseries · f11b7bd8
      David Gibson 提交于
      These days, the NACA only exists on iSeries.  Therefore, this patch
      moves naca.h from include/asm-ppc64 to arch/powerpc/platforms/iseries.
      There was one file including naca.h outside of platforms/iseries -
      arch/ppc64/kernel/udbg_scc.c.  However, that's obviously a hangover
      from older days.  The include is not necessary, so this patch simply
      removes it.
      
      Built and booted on iSeries, built for G5 (which uses udbg_scc.o).
      Signed-off-by: NDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      f11b7bd8
  2. 01 11月, 2005 1 次提交
  3. 31 10月, 2005 1 次提交
  4. 20 10月, 2005 1 次提交
  5. 19 10月, 2005 1 次提交
    • P
      powerpc: Merge machdep.h · 143a1dec
      Paul Mackerras 提交于
      A few things change for consistency between ppc32 and ppc64:
      idle functions return void; *_get_boot_time functions return
      unsigned long (i.e. time_t) rather than filling in a struct rtc_time
      (since that's useful to the callers and easier for pmac to
      generate); *_get_rtc_time and *_set_rtc_time functions take
      a struct rtc_time; irq_canonicalize is gone; nvram_sync returns
      void.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      143a1dec
  6. 14 10月, 2005 1 次提交
  7. 12 10月, 2005 1 次提交
    • S
      powerpc: make iSeries boot again · 3a5f8c5f
      Stephen Rothwell 提交于
      On ARCH=ppc64 we were getting htab_hash_mask recalculated
      to the correct value for our particular machine by accident.
      In the merge tree, that code was commented out, so htab_hash_mask
      was being corrupted.
      
      We now set ppc64_pft_size instead which gets htab_has_mask
      calculated correctly for us later.  We should put an
      ibm,pft-size property in the device tree at some point.
      
      Also set -mno-minimal-toc in some makefiles.
      Allow iSeries to configure PROC_DEVICETREE.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      3a5f8c5f
  8. 30 9月, 2005 1 次提交
  9. 27 9月, 2005 1 次提交
  10. 23 9月, 2005 9 次提交
  11. 29 8月, 2005 4 次提交
  12. 14 7月, 2005 1 次提交
  13. 08 7月, 2005 5 次提交
  14. 30 6月, 2005 3 次提交
  15. 23 6月, 2005 1 次提交
  16. 22 6月, 2005 3 次提交
  17. 03 6月, 2005 1 次提交
  18. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4