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)
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>

No differences found