From: Chris Metcalf Date: Thu, 14 Oct 2010 18:34:33 +0000 (-0400) Subject: arch/tile: Use X-Git-Tag: v2.6.37-rc1~103^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d929b6aeaacbe78cbfef4a80e3eed1bf0464d984;p=pandora-kernel.git arch/tile: Use With this change we now include 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: Chris Metcalf --- Reading git-diff-tree failed