arch/tile: finish const-ifying sys_execve()
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 15 Sep 2010 15:16:05 +0000 (11:16 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 15 Sep 2010 15:16:05 +0000 (11:16 -0400)
commite6e6c46d759cd013cb57eba112a4129a3a353c4b
tree12dbe6085c713832d0df037efc709e2b0b08ad2b
parent49553c2ef88749dd502687f4eb9c258bb10a4f44
arch/tile: finish const-ifying sys_execve()

The sys_execve() implementation was properly const-ified but not
the declaration, the syscall wrappers, or the compat version.
This change completes the constification process.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/compat.h
arch/tile/include/asm/syscalls.h
arch/tile/kernel/process.c