1. 02 Nov, 2005 2 commits
    • David Gibson's avatar
      [PATCH] powerpc: Merge futex.h · 2ff2ae7a
      David Gibson authored
      This patch merges the ppc32 and ppc64 versions of futex.h, essentially
      by taking the ppc64 version as the powerpc version.  The old ppc32
      version did not implement the futex_atomic_op_inuser() callback (it
      always returned -ENOSYS), so FUTEX_WAKE_OP would not work on ppc32.
      In fact the ppc64 version of this function is almost suitable for
      ppc32 as well - the only change needed is to extend ppc_asm.h with a
      macro expanding to to the right pseudo-op to store a pointer (either
      ".long" or ".llong").
      
      Built and booted on pSeries.  Built for 32-bit powermac.
      Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      2ff2ae7a
    • David Gibson's avatar
      [PATCH] powerpc: Fix merged ipcbuf.h · 847aeb6b
      David Gibson authored
      Oops, when merging ipcbuf.h, I forgot that 'u64' can't be used in
      user-visible headers.  This patch corrects the problem, replacing the
      unused fields with an array of four __u32s.
      Signed-off-by: default avatarDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      847aeb6b
  2. 01 Nov, 2005 14 commits
  3. 31 Oct, 2005 24 commits