Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 7 Jun 2010 12:48:13 +0000 (08:48 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 7 Jun 2010 13:29:59 +0000 (09:29 -0400)
commit139ef32b0e6b88b00b5e3e74d052d938f178dc9b
tree0d3af3832ada74f2dae87de971bbd46fcbabf106
parentcc44826a26b12b2489bc7dbb597fcdf107f2cc01
Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.

It turns out there is some variance on the calling conventions for
these syscalls, and <asm-generic/syscalls.h> is already the mechanism
used to handle this.  Switch arch/tile over to using that mechanism and
tweak the calling conventions for a couple of tile syscalls to match
<asm-generic/syscalls.h>.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/syscalls.h
arch/tile/kernel/process.c
arch/tile/kernel/signal.c
arch/tile/kernel/sys.c
include/linux/syscalls.h