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. 24 10月, 2005 1 次提交
  5. 20 10月, 2005 1 次提交
  6. 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
  7. 14 10月, 2005 5 次提交
  8. 12 10月, 2005 2 次提交
  9. 10 10月, 2005 2 次提交
  10. 01 10月, 2005 1 次提交
  11. 30 9月, 2005 2 次提交
  12. 28 9月, 2005 12 次提交
  13. 27 9月, 2005 6 次提交
  14. 26 9月, 2005 1 次提交
    • P
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras 提交于
      This creates the directory structure under arch/powerpc and a bunch
      of Kconfig files.  It does a first-cut merge of arch/powerpc/mm,
      arch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough
      to build a 32-bit powermac kernel with ARCH=powerpc.
      
      For now we are getting some unmerged files from arch/ppc/kernel and
      arch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes
      to files in those directories and files outside arch/powerpc.
      
      The boot directory is still not merged.  That's going to be interesting.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      14cf11af