1. 14 Oct, 2010 2 commits
    • Chris Metcalf's avatar
      arch/tile: Use <asm-generic/syscalls.h> · d929b6ae
      Chris Metcalf authored
      With this change we now include <asm-generic/syscalls.h> into the "tile"
      version of the header.  To take full advantage of the prototypes there,
      we also change our naming convention for "struct pt_regs *" syscalls so
      that, e.g., _sys_execve() is the "true" syscall entry, which sets the
      appropriate register to point to the pt_regs before calling sys_execve().
      
      While doing this I realized I no longer needed the fork and vfork
      entry point stubs, since those functions aren't in the generic
      syscall ABI, so I removed them as well.
      Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
      d929b6ae
    • Chris Metcalf's avatar
      Merge branch 'master' into for-linus · ce0ecc8a
      Chris Metcalf authored
      ce0ecc8a
  2. 06 Oct, 2010 6 commits
  3. 05 Oct, 2010 7 commits
  4. 04 Oct, 2010 25 commits