linux/arch/tile
Chris Metcalf d929b6aeaa arch/tile: Use <asm-generic/syscalls.h>
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: Chris Metcalf <cmetcalf@tilera.com>
2010-10-14 14:34:33 -04:00
..
configs defconfig reduction 2010-08-14 22:26:53 +02:00
include arch/tile: Use <asm-generic/syscalls.h> 2010-10-14 14:34:33 -04:00
kernel arch/tile: Use <asm-generic/syscalls.h> 2010-10-14 14:34:33 -04:00
lib tile: replace some BUG_ON checks with BUILD_BUG_ON checks 2010-10-05 12:49:35 -04:00
mm arch/tile: Use <asm-generic/syscalls.h> 2010-10-14 14:34:33 -04:00
Kbuild arch/tile: core support for Tilera 32-bit chips. 2010-06-04 17:11:18 -04:00
Kconfig arch/tile: Add driver to enable access to the user dynamic network. 2010-07-06 13:34:15 -04:00
Kconfig.debug arch/tile: core support for Tilera 32-bit chips. 2010-06-04 17:11:18 -04:00
Makefile arch/tile: don't validate CROSS_COMPILE needlessly 2010-08-15 16:14:07 -04:00