1. 19 Oct, 2005 2 commits
    • Paul Mackerras's avatar
      powerpc: Merge machdep.h · 143a1dec
      Paul Mackerras authored
      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: default avatarPaul Mackerras <paulus@samba.org>
      143a1dec
    • Paul Mackerras's avatar
      ppc: Minor smp changes for consistency with ppc64 · 7ed476d1
      Paul Mackerras authored
      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: default avatarPaul Mackerras <paulus@samba.org>
      7ed476d1
  2. 18 Oct, 2005 4 commits
  3. 17 Oct, 2005 11 commits
  4. 14 Oct, 2005 5 commits
  5. 13 Oct, 2005 5 commits
  6. 12 Oct, 2005 9 commits
  7. 11 Oct, 2005 4 commits