1. 22 10月, 2005 2 次提交
  2. 20 10月, 2005 6 次提交
  3. 19 10月, 2005 2 次提交
    • 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
    • P
      ppc: Minor smp changes for consistency with ppc64 · 7ed476d1
      Paul Mackerras 提交于
      This makes platform code use the smp_ops variable directly instead
      of ppc_md.smp_ops, removes the two unused `data' and `wait' arguments
      from the *_message_pass() functions, and removes the call to the
      never-implemented smp_ops->space_timers() function.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      7ed476d1
  4. 17 10月, 2005 1 次提交
  5. 14 10月, 2005 5 次提交
  6. 12 10月, 2005 3 次提交
  7. 11 10月, 2005 3 次提交
  8. 10 10月, 2005 5 次提交
  9. 06 10月, 2005 1 次提交
    • P
      powerpc: Merge in the ppc64 version of the prom code. · 9b6b563c
      Paul Mackerras 提交于
      This brings in the ppc64 version of prom_init.c, prom.c and btext.c
      and makes them work for ppc32.  This also brings in the new calling
      convention, where the first entry to the kernel (with r5 != 0) goes
      to the prom_init code, which then restarts from the beginning (with
      r5 == 0) after it has done its stuff.
      
      For now this also brings in the ppc32 version of setup.c.  It also
      merges lmb.h.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      9b6b563c
  10. 01 10月, 2005 2 次提交
  11. 30 9月, 2005 2 次提交
  12. 28 9月, 2005 8 次提交